-
Notifications
You must be signed in to change notification settings - Fork 439
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: third party auth #1582
Merged
Merged
feat: third party auth #1582
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
dominik-stumpf
approved these changes
Dec 10, 2024
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.
Nice one!
Can you include instructions in the README.md
on how to run this locally?
For linux we could do:
### Linux
1. Append `127.0.0.1 local.openguild.xyz` to `/etc/hosts`
2. Run `bun dev`, create certificate if prompted
3. In the browser navigate to `https://local.openguild.xyz:3000` and dismiss the unsecure site warning.
BrickheadJohnny
added a commit
that referenced
this pull request
Dec 12, 2024
* feat(RewardCard): change layout with container queries * chore: update schemas * feat: custom reward cards for permissions and points * feat: fetch real rewards data and add a simple reward leaderboard * fix: remove points name for now * feat: separate join and leave guild components * feat: useGuild hook * fix: add missing use client directives * feat: auth rework (#1581) * feat: use `https` in development * feat: use httpOnly cookie for authenticated requests * feat: third party auth (#1582) * feat: 3rd party auth flow * feat(ConnectResultToast): add toast icons * chore: update readme * cleanup: remove unnecessary components * fix: invalidate queries when signing in/out * feat: join modal * feat: DiscordRewardCard * cleanup(RoleCard): remove unnecessary TODO comments * feat: better identity-related types * fix(DiscordRewardCard): disabled state * fix(ConnectResultToast): show toast only after platform connection * fix(PointsRewardCard): don't use pathname for navigation * fix(rewardCards): add proper types * feat(leaderboard): display points' name * feat(leaderboard): display user addresses & "Your position" section * feat(DiscordRewardCard): more detailed tooltip message
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.
No description provided.