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

Rely on authentication token stored in cookie #817

Merged
merged 9 commits into from
May 6, 2024
Merged

Conversation

m90
Copy link
Contributor

@m90 m90 commented May 6, 2024

Copy link

github-actions bot commented May 6, 2024

Deployment previews on netlify for branch refs/pull/817/merge will be at the following locations (when build is done):

@@ -17,6 +17,10 @@ server {
root /usr/share/nginx/html;
index index.html index.html;

location /api/(.*) {
proxy_pass ${API_URL}/$1;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion: in a follow up PR we could add some docs to make it clear that this env var is now to be defined as the URL from the perspective of the server hosting the UI and not the client accessing it

Copy link
Contributor

@tarrow tarrow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me; nothing extra to add after our long chat last week

@m90 m90 merged commit 00120ef into main May 6, 2024
7 checks passed
@m90 m90 deleted the fr/no-local-storage branch May 6, 2024 10:13
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.

2 participants