passwordless-server
passwordless-server copied to clipboard
PAS-558 | Refactor application creation & avoid enumeration
Ticket
- Closes PAS-558
Description
Shape
- No more duplication checks for application identifier allow us to drop a lot of business logic.
- The API is responsible for returning the created application's id, so the admin console can store the application identifier together with the public keys and the secret keys for communication.
Screenshots
Checklist
I did the following to ensure that my changes were tested thoroughly:
- __
I did the following to ensure that my changes do not introduce security vulnerabilities:
- __