-
Notifications
You must be signed in to change notification settings - Fork 438
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: auth rework #1581
feat: auth rework #1581
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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 work! Why not point this at add-guild-page
?
We're fetching some entities differently on the |
Okay, I will be sure to wait until |
* 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
Opening this PR on the
rewards
branch to avoid strange conflicts.