rdmorganiser / rdmorganiser/rdmo
Create user Token using an API
Open
Nobody has claimed this yet.
type:feature-request
- Dominant language
- Python
- Stars
- 133
- Forks
- 60
- Avg merge
- 3d 14h
- Merged PRs (30d)
- 21
Description
Rationale / Begründung
- Users should be able to create a Token using
/api/v1/accounts/token/. - Admins and scripts should be able to create tokens for users
/api/v1/accounts/users/<id>/token/
Affected
Users, Managers, Admins
References / Verweise
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
Read the Django REST framework TokenAuthentication reference first, then inspect the /api/v1/accounts/token/ and /api/v1/accounts/users/<id>/token/ entry points. Done means users can create their own token and managers, admins, and scripts can create tokens for users, with the intended access boundaries verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- django, python
- Domain
- api, authentication, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100