cedpoilly / core

Core authsio web application for identity & access management

Home Page:https://authsio.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo!

Authsio

Core

Core authsio web application for identity & access management


Project Plan

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


Deployment (WIP)

We are using Turborepo to compile and build our application.


Developer Setup (WIP)

Notes

  • 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 and tsconfig.json

Backend

  • 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

New Backend Project

Using the bootstrap mutation you can setup a brand new workspace for you and your project's users.

IFrame

Planning in process


Companies Using Software List

None yet, check back soon.


Contributing

Planning in process


License

GNU Affero General Public License v3.0

Frontend

Planning in process

About

Core authsio web application for identity & access management

https://authsio.com

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 80.3%Language:HTML 10.3%Language:JavaScript 3.4%Language:Dockerfile 3.1%Language:Svelte 1.9%Language:Shell 0.6%Language:CSS 0.3%