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

Support TOTP as a second factor. #503

Open
jimsynz opened this issue Nov 15, 2023 · 3 comments
Open

Support TOTP as a second factor. #503

jimsynz opened this issue Nov 15, 2023 · 3 comments
Milestone

Comments

@jimsynz
Copy link
Collaborator

jimsynz commented Nov 15, 2023

No description provided.

@jimsynz jimsynz added this to the 4.0 milestone Nov 15, 2023
@chazwatkins
Copy link

I'm converting an existing application to Ash that has a totp implementation. When I finish up porting the totp to Ash, I'll look into contributing totp to ash_authentication in Q1 2025.

Is anyone working on adding totp already? If not, I'll plan to add this feature.

@chazwatkins
Copy link

Also, would it be better to contribute the new strategy in ash_authentication or to create an extension package ash_authentication_totp? Doing the extension would avoid ash_authentication from bloating it's dependencies for a strategy that may or may not be used.

@zachdaniel
Copy link
Collaborator

It would have to depend on the details of the implementation, but starting it in its own package can't hurt. we can always do optional dependencies and tell the user to add deps to avoid bloating our deps. So once it is ready we can decide :)

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

3 participants