-
### [READ] Step 1: Are you in the right place?
* For issues or feature requests related to __the code in this repository__
file a GitHub issue.
* If this is a __feature request__ make s…
-
### Steps to reproduce
Use the above code with Google Identity Services Web (google_identity_services_web).
Attempt to request an access token by calling client.requestAccessToken on Safari.
The er…
-
**Describe the bug**
We are currently unable to authenticate using OAuth with Google. The issue arises from the redirect_url being generated with http instead of https.
Our application is runnin…
-
Hi @maxmantz
I have already implemented Keycloak with redux-oidc. It works really well.
Now I'm trying with Google OAuth. I'm facing the following issues
1. Refresh token is not present in tok…
-
I am pretty new to hono and oauth. I am using this straight forward googleauth implementation
```typescript
import { Hono } from 'hono'
import { googleAuth } from '@hono/oauth-providers/google';
…
-
Hi. I'm trying to perform authentication on GCP API Gateway using Google access token (ya29.***, OAuth2). However, the [the documentation](https://cloud.google.com/api-gateway/docs/authenticating-user…
-
Hi everyone!
I met a problem when generating texts. I set the flags to `--contextsize 98304` and when I test it, I input a text with about 30k tokens and set the maximum output tokens to 600. EOS …
-
### Site name
Servus Credit Union
### Site URL
https://www.servus.ca/
### Update reason
It now supports 2FA.
### Additional information
### Supported 2FA methods
* [x] TOTP (RFC-6238, Google …
-
In the README, you leave out the setup needed for Google Pay, which makes sense for the most part. One can follow Google's own instructions.
However, in step 2 in Google's tutorial:
https://develo…
Migge updated
4 years ago
-
```
It appears that the Credentials assume that revoking a token is done by sending
?token=[refresh_token] to the revoke-URI, but for providers other than Google,
this won't always work. DailyMotion…