Skip to content

Clarification on Shiny #4

Closed
Closed
@gshotwell

Description

@gshotwell

Thanks for the great resource, it was super great to see all of these frameworks in one place with at least one example apps. I'm one of the devs on Shiny, and just wanted some clarification on this sentence:

"Like many class B solutions, it lacks the features for complete web applications – authentication, authorization and sessioning."

Shiny is built on the same stack as FastAPI so there's a lot of ways to authenticate it. Our professional products also support authentication.

Shiny also has session objects which can be accessed by the application process. Depending on the authentication method this can also be used to change app behaviour based on the logged-in user.

So overall it seems pretty similar to Solara and Dash, which are both in class A. Can you provide more detail on what you mean by authentication/authorization or sessioning?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions