Self-hosted free and open-source OIDC identity provider with user enrolling and user profiles features. Best-fitted for small organizations.
Find a file
2024-11-11 20:57:04 +01:00
assets WIP: feat: add user details update 2024-11-02 17:37:57 +01:00
docs refactor: add renderer middleware + base of roles and authorizations 2024-11-09 13:46:18 +01:00
http_integration_tests feat(oauth2): get access token route and read basic user info 2024-11-11 14:49:17 +01:00
locales WIP: feat: add user details update 2024-11-02 17:37:57 +01:00
migrations feat(oauth2): authorize form and redirection 2024-11-09 19:57:15 +01:00
src feat(login): redirect to URL after login 2024-11-11 20:57:04 +01:00
tmp/dbs WIP: feat: add user details update 2024-11-02 17:37:57 +01:00
.editorconfig feat: basic register and login 2024-10-21 00:06:54 +02:00
.env feat: basic register and login 2024-10-21 00:06:54 +02:00
.gitignore WIP: feat: add user details update 2024-11-02 17:38:43 +01:00
build.rs feat: basic register and login 2024-10-21 00:06:54 +02:00
Cargo.lock feat(login): redirect to URL after login 2024-11-11 20:57:04 +01:00
Cargo.toml feat(login): redirect to URL after login 2024-11-11 20:57:04 +01:00
config.toml feat(oauth2): authorize form and redirection 2024-11-09 19:57:15 +01:00
justfile WIP: feat: add user details update 2024-11-02 17:37:57 +01:00
README.md feat(oauth2): get access token route and read basic user info 2024-11-11 14:49:17 +01:00
TODO.md feat(login): redirect to URL after login 2024-11-11 20:57:04 +01:00

Minauthator

Auth provider supporting OAuth2.

Features

  • register
  • login
  • authorize

Deps