Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 897 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 897 Bytes

Auth core

Purpose

The application is a solution for unified authentication methods across many applications. It's based of asymmetric hashing of JWT tokens, with support for sessions and roles

Content

Development

To run the core locally for development purposes, there are a couple steps you have to follow:

  1. Install dependencies using npm install or yarn.
  2. Copy the file .env.example to .env in the apps/auth directory
  3. Bring up the development database by using docker-compose up -d
  4. Run the app using nx serve

If everything went according to plan, you should have the app running on port 3333

Contributing

To make a code contribution, create a PR from your own repository to the master branch.