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

feat: authenticate as a guardian #389

Merged
merged 12 commits into from
Apr 15, 2024
Merged

Conversation

Kodylow
Copy link
Member

@Kodylow Kodylow commented Mar 7, 2024

Adds a button to toggle on guardian: in front of the invite code QR code so a client app can start an auth flow.

image image

@Kodylow Kodylow requested review from a team as code owners March 7, 2024 23:10
@Kodylow Kodylow marked this pull request as draft March 9, 2024 02:55
@Kodylow
Copy link
Member Author

Kodylow commented Mar 13, 2024

To avoid people accidentally revealing this I moved it into a new "Danger Zone" section at the bottom and added a warning before revealing the QR code:

image image

@elsirion
Copy link
Contributor

Should there be a warning to make sure one is in an environment where nobody can see/film their screen?

@Kodylow
Copy link
Member Author

Kodylow commented Mar 19, 2024

@elsirion that's what I was doing with this, it shows that then you click reveal, do you want me to add more?

image

@Kodylow Kodylow marked this pull request as ready for review March 20, 2024 16:57
password: password || '',
}).toString();

return `guardian:authenticate?${params}`;
Copy link
Contributor

Choose a reason for hiding this comment

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

We should standardize the protocol prefix for all things Fedimint

otech47
otech47 previously approved these changes Apr 12, 2024
Copy link
Collaborator

@otech47 otech47 left a comment

Choose a reason for hiding this comment

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

Just some small nits but otherwise LGTM

@Kodylow Kodylow merged commit 47285e5 into fedimint:master Apr 15, 2024
1 check passed
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.

None yet

3 participants