test create user + token

This commit is contained in:
tobi 2025-02-09 13:31:19 +01:00
commit 6d1b0fc039
3 changed files with 83 additions and 2 deletions

View file

@ -41,6 +41,7 @@ func New(
return Processor{
state: state,
converter: converter,
oauthServer: oauthServer,
emailSender: emailSender,
}
}