fix(auth): ensure registration returns JWT tokens #66
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, the client will need to log in upon registration, because the access+refresh tokens are not granted upon registration.
This issue tracks the implementation of JWT tokens upon registration.