-
I followed the instructions step by step. The URL generated by `TokenHelper.GetAuthorizationUrl` does not lead to a consent page in step 3 but the message.
> ### Sorry, something went wrong
> Ther…
-
I just downloaded geeknote and installed from source.
It looks like the login oauth flow is broken.
I enter my login email address, and then it asks me for the two-factor auth code (even when t…
-
The site will log users out as soon as the authentication tokens expires, even if they are interacting with the site. We should setup `authlib` refresh token endpoints.
-
AAD Admins have the power to enforce logins of a certain kind that make our current OAuth flow insufficient for users to log in (it blocks it) and instead they _have_ to log in using something like MS…
-
Tools
-
In some situations it's unclear which parameters are required, particularly for the OAuth flow. We should investigate whether or not there would be any benefit of marking parameters as @required, alth…
-
I'm not sure what's going on, but if you look at the Network requests you'll see a `POST /oauth/token` every time, which then generates a new token on the Panoptes side. Shouldn't the client, after lo…
-
https://github.com/r-lib/gargle/pull/157
* Need to ensure that expiry is a parameter of the setup; the current default sets the lifetime to null, which means that the cookies will be expired on nex…
-
### Describe the Problem Statement
To reduce the risk of user credentials being exfiltrated from a device, we should not allow them to be used to start a device. Only RegKeys or interactive OAuth de…
-
Hi,
I was trying to [post a tweet](https://developer.twitter.com/en/docs/twitter-api/tweets/manage-tweets/api-reference/post-tweets).
It seems like I would need to make use of the OAuth 2 authoriz…