manukall / phoenix_token_auth

Token authentication solution for Phoenix. Useful for APIs for e.g. single page apps.
MIT License
163 stars 39 forks source link

QUESTION: How does a user request a new confirmation email? #39

Closed ACPK closed 8 years ago

ACPK commented 9 years ago

Preferably, it would be nice from a user's standpoint to automatically send them a new confirmation email if they try to log in but their account isn't confirmed.

manukall commented 9 years ago

i think we should provide an endpoint that let's users request a new confirmation mail.

for now, phoenix_token_auth doesn't handle this at all.