space
space copied to clipboard
🚀 A user management microservice; OAuth 2 provider
Refresh tokens are defined with an `eternalExpirationLength`. Is that a security hole in the system? It must be investigated whether refresh tokens could be reused in an undefined period of...
It's been tricky to obtain error messages when requesting something from the API or from the view side (mostly, OAuth methods). The error message and handling should be improved on...
Each registered user will have a fixed / limited amount of invites and s/he can send invites through e-mail for friends. Their friends will be able to create user accounts,...
A client application could "authenticate" fake users in a test/mock environment. Users authenticated through this method should no persist any data in the relational datastore. Only selected clients can mock...
Related to #59
In order to make it usable for thirdy-party users, it should be possible to set the UI copy through a configuration scheme. The application name should be changeable wherever possible....