fence
fence copied to clipboard
AuthN/AuthZ OIDC Service
Results
74
fence issues
Sort by
recently updated
recently updated
newest added
Resolves #66. Notable changes: - Removes the original `get_current_user()` usage; instead, uses `current_user` proxy which will do at most 1 lookup for user per request and store the user info...
**WIP** - still need to completely remove userdatamodel dependancy but since authutils relies on it, things break