Skip to content

Login api#6157

Merged
mdellweg merged 1 commit intopulp:mainfrom
mdellweg:api_login
Dec 18, 2024
Merged

Login api#6157
mdellweg merged 1 commit intopulp:mainfrom
mdellweg:api_login

Conversation

@mdellweg
Copy link
Member

fixes #5932

@github-actions github-actions bot added the wip label Dec 17, 2024
@mdellweg mdellweg force-pushed the api_login branch 3 times, most recently from abe558e to 59e4ae5 Compare December 17, 2024 22:40
@github-actions github-actions bot removed the wip label Dec 17, 2024
@mdellweg mdellweg marked this pull request as ready for review December 17, 2024 22:42
@mdellweg mdellweg enabled auto-merge (rebase) December 17, 2024 22:42
This adds a json rest like api for login (post) logout (delete) and
who-am-i (get). Login is authenticated by whatever authentication
classes are active and a http cookie session is managed by the endpoint.

fixes pulp#5932
@ggainey ggainey changed the title WIP Login api Login api Dec 18, 2024
@mdellweg mdellweg merged commit ecf2e6c into pulp:main Dec 18, 2024
12 checks passed
@mdellweg mdellweg deleted the api_login branch December 18, 2024 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

A "who am I" API endpoint

2 participants