You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe this would be a Slack backend issue, as the redirect to the provider is issued/generated by Slack and not specifically within this SDK. Does that sound correct to you?
The
deno-slack
versionsDeno runtime version
deno 1.46.3 (stable, release, aarch64-apple-darwin)
v8 12.9.202.5-rusty
typescript 5.5.2
OS info
ProductName: macOS
ProductVersion: 14.2.1
BuildVersion: 23C71
Darwin Kernel Version 23.2.0: Wed Nov 15 21:59:33 PST 2023; root:xnu-10002.61.3~2/RELEASE_ARM64_T811
Describe the bug
x.com oauth2.0 authentication has length limitation of the state query parameter of
https://twitter.com/i/oauth2/authorize
https://developer.x.com/en/docs/authentication/oauth-2-0/authorization-code
But oauth2 privder from this sdk generates more than 500 characters state parameter.
Is there way to limit the length of state query parameter
Steps to reproduce
Expected result
Actual result
Requirements
Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.
The text was updated successfully, but these errors were encountered: