We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Presently, these accept /:userdir/:user and then need to compare those values against the session.
Instead, they should just use the information in the session.
To change the paths, we would need to change the frontend.
The text was updated successfully, but these errors were encountered:
fix: Use session only instead of also using path parameters #16
24fef42
Separately, I tried to destroy or regenerate the session on login, but this commit and parents caused errors 7172d6c
Works - error was due to missing parentheses around an await.
Sorry, something went wrong.
No branches or pull requests
Presently, these accept /:userdir/:user and then need to compare those values against the session.
Instead, they should just use the information in the session.
To change the paths, we would need to change the frontend.
The text was updated successfully, but these errors were encountered: