You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have some sort of session integration to improve authentication usability within ReactPy.
We will need to decide how this API will look like after analyzing our backend's built-in authentication APIs. Not all backends contain authentication features though, so designing around this might get tricky.
Current Situation
It is currently fairly awkward to use ReactPy for authentication for some of our supported backends.
Reference
Proposed Actions
Have some sort of session integration to improve authentication usability within ReactPy.
We will need to decide how this API will look like after analyzing our backend's built-in authentication APIs. Not all backends contain authentication features though, so designing around this might get tricky.
It could possibly look like this:
Also, It might be reasonable for ReactPy to create it's own
sqlite
DB for things such as session keys on frameworks without native ORM capabilities.The text was updated successfully, but these errors were encountered: