space icon indicating copy to clipboard operation
space copied to clipboard

🚀 A user management microservice; OAuth 2 provider

Results 31 space issues
Sort by recently updated
recently updated
newest added

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...

bug
research

Investigate pending requests on the front-end app

bug

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...

improvements

User could update `first_name`, `last_name`, and `email`.

feature

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,...

feature
research

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...

feature
research

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....

feature
improvements