Skip to content

Subscription confirmation #95

Description

@rossjrw

A user should receive a subscription confirmation on the next hourly channel after their initial sign up.

Documentation on the site should lead the user to expect to receive this confirmation that their subscription is set up correctly.

I'll need to research how best to implement this, as it's crucial I only ever send each user one confirmation, no matter what. This is absolutely a solved problem. That being said, instinct tells me I should track a positive value when I add a new user and then remove it when that user is confirmed. This makes the 'default case' a user who is already confirmed, so should hopefully prevent me from ever accidentally sending a confirmation - because to send one, I need to explicitly opt in.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions