Description
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?