Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add verified provider to example app #25

Closed
umputun opened this issue Jun 13, 2019 · 1 comment
Closed

Add verified provider to example app #25

umputun opened this issue Jun 13, 2019 · 1 comment

Comments

@umputun
Copy link
Member

umputun commented Jun 13, 2019

@Reeywhaar - I have added a new provider to allow self-verified users, i.e. auth with smth like email to deliver confirmation token. This token can be used to login. See #23 for details.

In the demo application, it called "email". Will be nice to have UI support for this provide as you have some time to spend. I think this is as simple as open a box with username and email fields and submit button hits /auth/email/login?user=blah&address=aaa@bbb.com. After the click, it should show another input box asking for confirmation token. The token won't be sent by email, but just printed to stdout. With this token UI should hit /auth/email/login?token=xxxxxx and it will do the usual auth.

@umputun
Copy link
Member Author

umputun commented Jun 17, 2019

thx @Reeywhaar, works fins

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant