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

Update redirect to respect base_url after authentication #76

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

michal-porebski
Copy link

Updates the logic for redirecting once a user is authenticated. After the change it respects the base_url setting when generating the redirect URL.

For example, if you run your datasette as follows:
datasette . --setting base_url /tools/datasette/ -p 8009
After successfull authentication you'll be redirected to:
example.com/tools/datasette/
instead of just:
example.com/

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