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

Built-in Authentication/Plug-in Authentication #120

Open
ryanleesipes opened this issue Jul 20, 2023 · 2 comments
Open

Built-in Authentication/Plug-in Authentication #120

ryanleesipes opened this issue Jul 20, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@ryanleesipes
Copy link
Contributor

We are going to open source Appointment, eventually. We will need some kind of authentication method - or/and the ability to plug in alternative authentication methods so that self-hosters can have an account system easily enough.

@ryanleesipes ryanleesipes added the enhancement New feature or request label Jul 20, 2023
@ryanleesipes ryanleesipes added this to the 1.0 Open milestone Jul 20, 2023
@MelissaAutumn
Copy link
Member

We've added some initial email/password authentication when we implemented Mozilla Accounts. However it's for local development use only right now and we'll need some additional features.

Like:

  • Subscriber registration flow
  • Forgot password flow
  • Profile editing features (e.g. display name, avatar..)
  • Emails for registration, and forgot password

There's probably a bit more, but that's all I can think of for now.

@MelissaAutumn MelissaAutumn self-assigned this Oct 4, 2024
@MelissaAutumn
Copy link
Member

Reviving this ancient ticket. For password auth, a user will be created if there's no existing user in the database.

After that registration will be locked and users can be added via our basic admin panel.

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

No branches or pull requests

2 participants