Skip to content

Documentation Ideas #5

@mreschke

Description

@mreschke

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 Guard anywhere 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

Metadata

Metadata

Assignees

Labels

docsImprovements or additions to documentation

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions