Replies: 2 comments 2 replies
-
Hi! |
Beta Was this translation helpful? Give feedback.
-
Hello, I was thinking something like this 👇🏽. What do you think? Auth specsUsers can register without a password ✅ How I think this could be implementedSettings
Mutations The The The documentation for AlternativeThe same could be implemented i.e. with a custom authentication backend which would accept the email token as However, I was wondering whether it would make sense to have the support in the lib itself? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
The registration already supports creating an account without setting a password, that's great!
I'd like to operate completely without passwords, which isn't currently possible for users logging in to an existing account. Would you be open for a PR for adding support for completely passwordless authentication support?
I was thinking of adding a
SendLoginEmailMutation
for sending the login token and then support authenticating against it in theObtainJSONWebTokenMixin
.Beta Was this translation helpful? Give feedback.
All reactions