Skip to content

An outline for router for FastAPI apps that uses cookies to track who is logged in.

Notifications You must be signed in to change notification settings

clangen2/FastAPICookieAuthRouter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

FastAPICookieAuthRouter

An outline for router for FastAPI apps that uses cookies to track who is logged in. I think this works, but have not rigourously tested it yet. This is mainly for use in low stakes things, but if you have improvements they are welcome! I suspect there will be some errors with the "Domain" attribute of the cookies in the current configuration; you should make them match your host domain.

About

An outline for router for FastAPI apps that uses cookies to track who is logged in.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages