-
My use case (at the moment) does not allow me to use the Web Server Auth Flow which is currently being used in this tap. Would a pull request to implement JWT authorization be accepted?
Any advice …
-
I need to use an auth code grant in my application. I can generate a auth code ok and pass that back, but when the client attempts to obtain a token `invalid_grant!` is called in generators/token.rb:4…
-
[log] login issue Exception: Authorization error: FlutterAppAuthUserCancelledException{platformErrorDetails: FlutterAppAuthPlatformErrorDetails(type: 0,
code: 1,
error: null,
e…
-
Собираетесь ли вы добавлять возможность получения кода для авторизации сервера, как это описано здесь https://vk.com/dev/authcode_flow_user?
-
hi Mark, thanks for sharing strava data downloader code. All works smoothly until when I try to pull activities. I believe they have changed the API settings and now that newly generated general token…
-
Have capabilities so that a release owner can approve or reject a chaos.
-
Current process for setting up google calendar is very tedius even for developers. It also does not explain why redirect url to obsidian calendar app is required. It also instills no confidence as to …
-
Hi, do you consider using Authorization Code Flow so that we could get a refresh token to use when needed.
-
Hi, it seems there is no support for the Authorization code grant flow
https://tools.ietf.org/html/rfc6749#section-4.1
The token view doesn't support authorization_code grant_type
Am I right ?
-
### Is your feature request related to a problem? Please describe.
OAuth2 has a device authorization flow which could provide a smoother authentication method compared to the native application flow …