Core authsio web application for identity & access management
An open source identity & access management solution that will serve as a multi tenant drop in access management solution. There are many other access management tools on the market but nothing that is multi tenant by design and can be self hosted. Today with privacy and security concerns of your users in mind you need an IAM that separates your concerns. With that in mind, our current project plan is to get a MVP out the door in the next couple months.
For more information about this project click here link
We are using Turborepo to compile and build our application.
- As this project is currently not feature stable, no postgres tables are currently made when running the backend application
- Each section of the application has its own
package.json
andtsconfig.json
- This project is using node 16
- You must be inside the
backend
folder to work on the backend code from the cli (ie: node & npm commands) - We recommend using vscode and install the Remote - Containers Plugin
- Doing this will allow vscode to use the
.devcontainer
setting up your developer workspace - Port 5432, and 4000 will be exposed to your local machine
- 5432: Has a docker container with Postgres running
- 4000: Will have the node app, after starting it with
npm run start:dev
using default settings
Using the bootstrap
mutation you can setup a brand new workspace for you and your project's users.
Planning in process
None yet, check back soon.
Planning in process
GNU Affero General Public License v3.0
Planning in process