Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Login api #6157

Merged
merged 1 commit into from
Dec 18, 2024
Merged

Login api #6157

merged 1 commit into from
Dec 18, 2024

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