This project aims to create an authentication API in orer to make building a user management and authflow system easier for developers.
- Full authentication webpages that are customizable
- Full access to each user's entry (document)
- Statistics utilities
An organization can create a cluster which contains applications. A cluster is the parent of the users. These users can login throughout an application auth system, which retrieves all it's data from the cluster database.
- User authflow
- Login
- Registration
- Email validation
- User status (active, unactive, suspended ...)
- Cluster Stats
- Ability to retrieve users and make some db operations that meet statistics purposes.
- CRUD onto the cluster
- Applications
- Ability to CRUD applications
- Customization of authflow webpages (color, logo, names by languages)
- [] Continue cluster statistics
- [] Start NextJS frontend authflow for applications
- [] Find some new ideas
- [] Make documentation for developers