OpenPSD authorization including oauth2 capabilities provided by hydra.
Work in progress!
- docker
- docker-compose
- yarn
- go
The applications is made up of different parts.
The UI of the identity provider is written in VueJS
and can be found in auth-portal
The server written in go
provides the backend api and will implment the neccessary endpoint to complement the hydra server.
Hydra provides all the neccessary Oauth2 enpoint.
Use make build-docker-auth-server
to build the docker container.
Use make run-docker
to run the docker container. The server will be available at http://localhost:8000
.
- Setup docker-compose to combine with hydra