-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
docsImprovements or additions to documentationImprovements or additions to documentation
Milestone
Description
Docs are far behind. As I remember docs to add, I will track them here.
Recipes Section
Fully Anonymous API
- Remove global auth middleware (to stop adding the request.scopes.user object)
- Disable auto permissions in model router
route.include(ModelRouter, auto_guard=False) - Dont add
Guardanywhere in your routes - No need for auth, maybe empty auth={}, not sure what all would break there, or just leave as default, it won't be used
API Behind Kong
- Talk about the advanced auth config.
- Detail Kongs anonymous service and my anonymous_header config option
External IDP
- Talk about external IDP where users are stored elsewhere.
- Uvicore users table still needs populated for foreign_keys on user_id to other table
- Autocreation of user matching your IDP for foreign_keys
- Auto sync of JWT roles/groups/scopes into uvicore roles/groups table
- Auto sync buffers
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
docsImprovements or additions to documentationImprovements or additions to documentation