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

Provide method of including links to forms if using a separate frontend #32

Closed
cdriehuys opened this issue Oct 6, 2019 · 0 comments · Fixed by #33
Closed

Provide method of including links to forms if using a separate frontend #32

cdriehuys opened this issue Oct 6, 2019 · 0 comments · Fixed by #33
Labels
enhancement New feature or request

Comments

@cdriehuys
Copy link
Owner

If this app is being used in an API context, we should have a way of linking users to the frontend application locations where they can use the tokens we email them.

Acceptance

  1. Verification emails should provide links to a page where the user can verify their email.
  2. Password reset emails should link to a page where the user can reset their password.
  3. The links should be pulled from Django's settings framework
  4. The settings should be required if simple_email_auth.interfaces.rest is included in INSTALLED_APPS.
@cdriehuys cdriehuys added the enhancement New feature or request label Oct 6, 2019
cdriehuys added a commit that referenced this issue Oct 6, 2019
Instead of providing the raw tokens for email verifications and password
resets, users can now configure the app to send links to other web
pages.

Closes #32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant