Compare commits
No commits in common. "master" and "feat_user_avatar_public_asset" have entirely different histories.
master
...
feat_user_
1 changed files with 3 additions and 22 deletions
25
README.md
25
README.md
|
@ -1,10 +1,8 @@
|
|||
# Minauthator
|
||||
|
||||
Minauthator is an identity provider server supporting [OpenID Connect (OIDC)](https://en.wikipedia.org/wiki/OpenID_Connect).
|
||||
Minauthator is an identity provider supporting [OpenID Connect (OIDC)](https://en.wikipedia.org/wiki/OpenID_Connect).
|
||||
|
||||
This project aims to allow an organization to setup [single sign-on (SSO)](https://en.wikipedia.org/wiki/Single_sign-on) using a self-hosted free software (FOSS).
|
||||
|
||||
This project also aims to provide features while being frugal and minimalist.
|
||||
This project aims to allow an organization to setup [single sign-on (SSO)](https://en.wikipedia.org/wiki/Single_sign-on) using a self-hosted free software.
|
||||
|
||||
**Project status: *early development, work-in-progress***
|
||||
|
||||
|
@ -16,8 +14,6 @@ This project also aims to provide features while being frugal and minimalist.
|
|||
- [x] Activation token
|
||||
- [x] Profile details
|
||||
- [x] Static apps
|
||||
- [x] Admin CLI to manage user.
|
||||
- [x] User invitation with human token
|
||||
- [ ] User roles
|
||||
- [ ] User groups
|
||||
- [ ] MFA/TOTP
|
||||
|
@ -25,21 +21,6 @@ This project also aims to provide features while being frugal and minimalist.
|
|||
- [ ] Login page customization
|
||||
- [x] App listing (App presentation to users)
|
||||
- [x] Implicit OAuth 2.0 flow
|
||||
- [ ] Email verification
|
||||
- [ ] GPG keys verification and signing
|
||||
- [ ] Docker deployment
|
||||
- [ ] Full user panel & user privacy control
|
||||
|
||||
## Architecture
|
||||
|
||||
- Sqlite DB
|
||||
- Kernel
|
||||
- Http server
|
||||
- Public API
|
||||
- User API
|
||||
- Third-party OAuth2 app/client API
|
||||
- Web GUI (no Javascript)
|
||||
- Admin CLI
|
||||
|
||||
## Deps
|
||||
|
||||
|
@ -49,4 +30,4 @@ This project also aims to provide features while being frugal and minimalist.
|
|||
|
||||
- [Authentik](https://goauthentik.io/)
|
||||
- [Keycloak](https://www.keycloak.org/)
|
||||
- [Kanidm](https://kanidm.com/)
|
||||
|
||||
|
|
Loading…
Reference in a new issue