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

use env configuration for base URL, at http only to set cookie options #145

Merged
merged 2 commits into from
Jun 24, 2024

Conversation

fisher60
Copy link
Member

Local dev was limited to port 8000, but we already have a config option available for the abandon auth.

I have also adjusted the cookie policy for the shared domain. We no longer need to specify the domain in the cookie since the cookie provider is also on the client domain in production. This should also allow us to use http only in our cookie options, but I haven't tested this yet, so there is only one way to find out >:)

closes #135

@fisher60 fisher60 requested a review from GDWR June 24, 2024 03:00
@fisher60 fisher60 merged commit 1a32e4c into main Jun 24, 2024
3 checks passed
@fisher60 fisher60 deleted the fix/api-base-url branch June 24, 2024 17:40
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.

Refactor Cookie Response for Abandon Auth Logins
2 participants