v0.5-alpha
Pre-release
Pre-release
Second implementation example from OAuth2: protocol analysis and implementation, homework report of the course Computer System Security, A.Y. 2019/20
NOTE This is only meant for educational purposes, DO NOT DEPLOY IN PRODUCTION ENVIROMENTS!
Changelog
- Added
docker-compose-build.yaml
to automatically build the solution in-place. - Added ARGs on the client and authz server'
Dockerfile
to pass the secrets: now you only need to write them on the compose. - Fixed
mvnw
error by forcing LF on.gitattributes
. - Bugfix and improvements.