-
Hi there, I followed the directions in the readme, put in my Authorized Javascript origin, Authorized redirect URI, GoogleAPI Client ID, and GoogleAPI Client Secret. Everything saved and looks good.
…
-
テストの作成
- [x] モデル
- バリデーション
- user_spec.rb
- [x] システム
- ユーザー登録
- user_spec
- ログイン・ログアウト
- user_sessions_spec.rb
- [x] リクエスト
- googleアカウントでログイン・ログアウト
- google_oauth_spec.rb
- [x] 国際化
- ge…
-
Bit of a noob here, but isn't storing your jwt in client side cookies insecure?
`@Get('redirect')
@UseGuards(GoogleOauthGuard)
async googleAuthRedirect(@Req() req: Request, @Res() res: Respon…
-
### Bug description
I have GoogleOAuth authentication through Passport in my Express server, and I run the `.upsert()` function to check if a user exists, otherwise I create one. However it appears…
-
I use the authClient as specified at the quickstart guide (adding the action `auth` to actions and creating a `onAuthSuccess` function).
It seems to successfully log me in, since it redirects me to a…
-
> Do you want to request a feature or report a bug?
A bug.
> What is the current behavior?
I have an API gateway service I run locally with sam local and I use ```aws-amplify``` for my CD/CI …
-
- [x] NotNullViolationのエラーが出ている(avatar)ので、NotNull制約を外す
- [x] 他OAuthでエラーないか確認
-
**Describe the bug**
Hello,
I have a problem with the tokens being logged in with facebook, google or by username and password.
With facebook I have this message: **refreshing federation token fail…
-
When I deploy a stack for the first time with a `UserPoolIdentityProviderGoogle` resource and a client with `UserPoolClientIdentityProvider.GOOGLE` as a `supportedIdentityProvider`, I get an error:
…
-
**Describe the bug**
Cognito hosted UI sing in/sign up form throws error in IE11.
Error decares 'Promise undefined' and happens in GoogleOauth.js var waitForInit = new Promise(function (res, rej) {…