Select authentication method
- Dominant language
- Elixir
- Stars
- 141
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
For [labels](https://github.com/dwyl/labels/issues/104) we only want to allow users to login with **Github**.
So when creating a new app on auth we can define which methods are allowed to be used to login (Github, Google or Email/password).
# Todo
+ [ ] During App Creation in the `Auth` UI we should display a list of checkboxes of the available Auth providers (currently Google, GitHub and Email).

+ [ ] All Auth providers should be checked by default as this is the desired behaviour in our "Main" App.
+ [ ] Store the selected Apps in the DB on the `app` record. (TBD)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.