We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Depends on UseKeyp/oauth2-server-redwood#27
show user public address
Use the userInfo endpoint to get avatarUrl and username
userInfo
avatarUrl
username
Save avatarUrl and username in database in auth.js. Must do so during both INSERT and UPDATE
auth.js
INSERT
UPDATE
Update serializeUser as needed, so these values are saved in the session
serializeUser
Update the frontend to display them accordingly
Change FE header to show username and avatar
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Depends on UseKeyp/oauth2-server-redwood#27
show user public address
Use the
userInfo
endpoint to getavatarUrl
andusername
Save
avatarUrl
andusername
in database inauth.js
. Must do so during bothINSERT
andUPDATE
Update
serializeUser
as needed, so these values are saved in the sessionUpdate the frontend to display them accordingly
Change FE header to show username and avatar
The text was updated successfully, but these errors were encountered: