justpy-org / justpy

An object oriented high-level Python Web Framework that requires no frontend programming
https://justpy.io
Apache License 2.0
1.22k stars 96 forks source link

Authentication middleware support for Justpy #533

Closed sandeep-gh closed 1 year ago

sandeep-gh commented 2 years ago

Placeholder for all authentication. Should build upon Starlette authentication middleware. Need to clarify, what additional or justpy specific to add on top of what Starlette provides.

WolfgangFahl commented 2 years ago

see https://www.starlette.io/authentication/

WolfgangFahl commented 1 year ago

see #685