Easy-CAS / Authentication

The general authentication service for EasyCAS
MIT License
0 stars 0 forks source link

Create account #1

Open RedNeath opened 2 months ago

RedNeath commented 2 months ago

The user must be able to create an account, sending:

Once done, they will be handed their freshly created JWT authentication token, with no further step.

Data must be persisted using a generic interface, which will likely have several different implementations (using a strategy pattern), depending on what the system set up by the maintainer will be made of.

Constraints: Data Description Result
One field missing or incorrect Email must be in a correct format; passwords must respect CNIL standards Fail
One or more extra fields Extra fields will be ignored Success