Synapse implementation with hard-coded tokens
I've got token authenticated registration working in Synapse with a hard-coded list of permissible tokens!
This involved:
- Adding a configuration option which prepends the registration token UIA type to the flows for registration
- Writing a new
UserInteractiveAuthChecker
which validates a token or raises an error - Writing a couple of unit tests
The next thing to do will be storing the tokens in the database.
<- Back to index