Skip to content

v1.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@nopesir nopesir released this 16 Jun 17:39
· 1 commit to master since this release

Second implementation example from OAuth2: protocol analysis and implementation, homework report of the course Computer System Security, A.Y. 2019/20

NOTES

  • This is only meant for educational purposes, DO NOT DEPLOY IN PRODUCTION ENVIROMENTS!
  • The assets for the single .jar builds, the video and the docker-compose.yaml are the same of v0.5-alpha.

Changelog

  • Added serialversionUID to Servlet classes.
  • Fixed minor issues on JWT issuer and resource addresses.
  • Fixed exposed port forward of the resource server on the local machine.
  • docker-compose-build.yml extensively tested.
  • Bugfix and improvements.