- Added working Cucumber scenario for successful token request on the serverside. (It tests that the proper events are sent and received)
- TokenStore for token storage
- TokenRepository as interface for TokenStore
- TokenStartup for RabbitMQ setup
- TokenService for handling events
- Token POJO (up for debate as to what that needs to contain)
Design choices are up for debate aswell. If there are different ways to implement this that some of you would prefer/i've done a oopsie write it down
Missing:
- Exception handling
- Potential rest interfaces for communication with E2E