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

Allow authentication via a JWT in a cookie #15

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mrclay
Copy link

@mrclay mrclay commented May 22, 2023

If the system detects there's no Basic auth protection, it falls back to a traditional login form with session in JWT cookie. Like Basic auth, an admin still has to create the user's directory (I think this is wise), but once created the system will let you register.

My end goal here is to be able to deploy this on my host (without any custom Apache config) with URL paths like /subdir/b.php?u=username.

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.

1 participant