-
Notifications
You must be signed in to change notification settings - Fork 25
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
chore: 🤖 Integrate login button in Agents UI (Rev 5) #461
Merged
heldrida
merged 2 commits into
develop
from
chore/agents-ui-integrate-login-button-rev-5
Jan 23, 2025
Merged
chore: 🤖 Integrate login button in Agents UI (Rev 5) #461
heldrida
merged 2 commits into
develop
from
chore/agents-ui-integrate-login-button-rev-5
Jan 23, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit b0bb27f.
|
10 tasks
bcamarneiro
pushed a commit
that referenced
this pull request
Jan 24, 2025
Integrate login button in Agents UI and deprecation of in-website authentication and cookie handling.⚠️ Put back from #453⚠️ Reverted due to a dynamic.xyz CORS issue, e.g. d5ac309 will re-attempt after troubleshooting - Deprecate custom authentication in-website to favour @fleek-platform/login-button - [PLAT-1991](https://linear.app/fleekxyz/issue/PLAT-1991/integration-fleek-platformlogin-button-in-agents-ui-initial-website) - [x] The commit messages are detailed - [x] The `build` command runs locally - [ ] Assets or static content are linked and stored in the project - [ ] Document filename is named after the slug - [ ] You've reviewed spelling using a grammar checker - [ ] For documentation, guides or references, you've tested the commands and steps - [x] You've done enough research before writing - [x] Sensitive data has been identified and is being protected properly - [ ] Injection has been prevented (parameterized queries, no eval or system calls) - [ ] The Components are escaping output (to prevent XSS) Optionally, provide references such as links > Complete user auth flow https://github.com/user-attachments/assets/72cf6408-0a76-49b0-9d96-eb5f0fb93001 > Projects persistent state https://github.com/user-attachments/assets/127c3cfa-db84-4f02-bc1d-58deb5db0509 > Login button flow (from 2025-01-21 17h23 GMT) https://github.com/user-attachments/assets/2b5d794b-5371-4b1c-9d65-ab4946c416c5 > Login https://github.com/user-attachments/assets/de9f9df4-6592-45f4-be84-a1d04d2f92e4 > Project switch https://github.com/user-attachments/assets/6ac7c6da-29ee-453b-be19-236fc2f6ce5a
bcamarneiro
pushed a commit
that referenced
this pull request
Jan 24, 2025
Integrate login button in Agents UI and deprecation of in-website authentication and cookie handling.⚠️ Put back from #453⚠️ Reverted due to a dynamic.xyz CORS issue, e.g. d5ac309 will re-attempt after troubleshooting - Deprecate custom authentication in-website to favour @fleek-platform/login-button - [PLAT-1991](https://linear.app/fleekxyz/issue/PLAT-1991/integration-fleek-platformlogin-button-in-agents-ui-initial-website) - [x] The commit messages are detailed - [x] The `build` command runs locally - [ ] Assets or static content are linked and stored in the project - [ ] Document filename is named after the slug - [ ] You've reviewed spelling using a grammar checker - [ ] For documentation, guides or references, you've tested the commands and steps - [x] You've done enough research before writing - [x] Sensitive data has been identified and is being protected properly - [ ] Injection has been prevented (parameterized queries, no eval or system calls) - [ ] The Components are escaping output (to prevent XSS) Optionally, provide references such as links > Complete user auth flow https://github.com/user-attachments/assets/72cf6408-0a76-49b0-9d96-eb5f0fb93001 > Projects persistent state https://github.com/user-attachments/assets/127c3cfa-db84-4f02-bc1d-58deb5db0509 > Login button flow (from 2025-01-21 17h23 GMT) https://github.com/user-attachments/assets/2b5d794b-5371-4b1c-9d65-ab4946c416c5 > Login https://github.com/user-attachments/assets/de9f9df4-6592-45f4-be84-a1d04d2f92e4 > Project switch https://github.com/user-attachments/assets/6ac7c6da-29ee-453b-be19-236fc2f6ce5a
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Why?
Integrate login button in Agents UI and deprecation of in-website authentication and cookie handling.
How?
Tickets?
Contribution checklist?
build
command runs locallySecurity checklist?
References?
Optionally, provide references such as links
Preview?
login-button-auth-flow-cross-page--enc.mp4
user-projects-persistent-state--enc.mp4
login-button-flow-rev-21jan2k251721--enc.mp4
login-logout-journey-demo--enc.mp4
project-drop-down-switch-demo--enc.mp4