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
I am trying to create a Xumm Provider in NextAuth, the Next.js authentication library. https://github.com/nextauthjs/next-auth
An error occurs if the refresh_token is an empty string ("") in the oauth4webapi check used inside NextAuth. https://github.com/panva/oauth4webapi/blob/87585b522a4a996bc9d42d42d00d8faa759cd1c5/src/index.ts#L1973-L1979
Please consider refresh_token for this service. https://github.com/XRPL-Labs/XUMM-OAuth2-OpenID-Provider/search?q=refresh_token
I am not familiar with OpenID and do not know if refresh_token is an required field even if it is an empty string.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to create a Xumm Provider in NextAuth, the Next.js authentication library.
https://github.com/nextauthjs/next-auth
An error occurs if the refresh_token is an empty string ("") in the oauth4webapi check used inside NextAuth.
https://github.com/panva/oauth4webapi/blob/87585b522a4a996bc9d42d42d00d8faa759cd1c5/src/index.ts#L1973-L1979
Please consider refresh_token for this service.
https://github.com/XRPL-Labs/XUMM-OAuth2-OpenID-Provider/search?q=refresh_token
I am not familiar with OpenID and do not know if refresh_token is an required field even if it is an empty string.
The text was updated successfully, but these errors were encountered: