cybertooth-io / ermahgerd-rails-api-jwt

Rails 5+ API, JWT_Session, Pundit, JSONAPI, Sidekiq, PostgreSQL.
0 stars 0 forks source link

Invite User To Set Password #16

Open nadnoslen opened 6 years ago

nadnoslen commented 6 years ago

Invitation should expire. Expired invitations should permit visiting user to click a link to send additional invitation to self. New invitation_status enum on User model with the following choices: Uninvited, Invited, and Accepted. This is a system status, it will never be updated through the API