authentication server using passport, oauth2orize
This project is a authentication server that authorize users using different authorizations flows.
It uses passport to authenticate user with different strategies (username-password, github, google…) and authorize users (using oaut2orize) to obtain access token
and id_token
s to use in applications.
This authentication server support the following flows:
TBD
TBD
docker-compose up
All the services required (server and db) will start. It can be configured on the docker-compose
file.
http://localhost:8080
27018
in case it is needed to access from outside the application, like mongod
or other GUI for mongo. It uses a different port from the default 27017
to avoid collision wi exisitng running instances of mongo