lynndylanhurley / lynndylanhurley/devise_token_auth
Allow backup field for login
Open
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 3.6k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
The most common case of this is having:
- a user model with an email
- a profile model with a username
I want a way to easily add an alternate login method (i.e. a profile's username)
similar to:
- #53
- #127
- #128
- #395
- #485
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading related issues #53, #127, #128, #395, and #485 to understand the existing discussion around alternate login methods. Confirm how a user model's email and a profile model's username should participate in login, and define completion as supporting the requested backup login method without removing email login.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rails, ruby
- Domain
- api, authentication
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100