rdmorganiser / rdmorganiser/rdmo

Create user Token using an API

Open
#670 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.