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

Relaxed auth on the log server #148

Open
QuentinRoy opened this issue Feb 13, 2023 · 0 comments
Open

Relaxed auth on the log server #148

QuentinRoy opened this issue Feb 13, 2023 · 0 comments

Comments

@QuentinRoy
Copy link
Owner

Cookies are great, but when used with CORS they require https. This is causing trouble in dev (where we often use CORS without auth), and one may want to run an a secured network without setting up https.

A few options :

  • optionally disable cookie auth,
  • switch to jwt, that are generally less secure, but are much easier to use, and less restrictive regarding cors. We can always manually enforce https when we need it, e.g. by optionally refusing to provide a jwt when the connection is not secure.
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

No branches or pull requests

1 participant