-
Notifications
You must be signed in to change notification settings - Fork 20
feat: add claim using auth #61
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
Conversation
# Conflicts: # src/lib.rs # src/models.rs
| fuel_faucet_max_dispenses_per_minute=20 | ||
| fuel_faucet_min_gas_price=0 | ||
| fuel_faucet_dispense_amount=10000 | ||
| fuel_faucet_clerk_pub_key="6Ld3cEwfAAAAAMd4QTs7aO85LyKGdgj0bFsdBfre" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What values should be used here?
|
I've fixed the tests and made some light adjustments. Shoutout to @nedsalk for helping me pinpoint some errors related to frontend/backend cookie handling. |
…/claim-auth # Conflicts: # src/lib.rs # src/models.rs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Look good to me! I only have several questions for @luizstacio I will ask them in Slack
| } | ||
|
|
||
| #[derive(Debug, Clone)] | ||
| struct MockAuthHandler { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice way to bypass registration in the tests!=)
This PR includes social login for claiming faucet tokens using clerk as a provider.
Also includes code splitting.