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

Plugin-able auth middleware for the bundle web server #41

Closed
vdye opened this issue Apr 14, 2023 · 0 comments · Fixed by #51
Closed

Plugin-able auth middleware for the bundle web server #41

vdye opened this issue Apr 14, 2023 · 0 comments · Fixed by #51
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@vdye
Copy link
Collaborator

vdye commented Apr 14, 2023

Add support for customizable auth with some built-in options (basic username/password, generic OAuth Authorization Code validation, etc.).

For simplicity, we'll work within some constraints:

  • at most one auth middleware can configured for the site at a time (although its operation can be route-specific)
@vdye vdye self-assigned this Apr 14, 2023
@vdye vdye added the enhancement New feature or request label Apr 14, 2023
@vdye vdye removed their assignment Apr 20, 2023
@vdye vdye added this to the v1.0 milestone May 6, 2023
@vdye vdye closed this as completed in #51 May 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant