4967acea0c71a6182d0fae62584618bf174374d6
nuxtjs/auth-module/AWS Cognito + \343\202\252\343\203\274\343\202\275\343\203\251\343\202\244\343\202\266\343\203\274\344\273\230\343\201\215API Gateway\343\201\253\345\257\276\345\277\234\343\201\227\343\201\246\343\201\204\343\201\252\343\201\204.md
... | ... | @@ -0,0 +1,7 @@ |
1 | +Cognitoの認証では`access_token`が必要であり、API Gatewayのオーソライザーでは`id_token`を求められるので、本来は`auth-module` |
|
2 | +側で両方保持しておいてもらわないといけない。しかしまだ実装されていないようだ。 |
|
3 | + |
|
4 | +[Store both access_token and id_token, not mutually exclusive · Issue #1291 · nuxt-community/auth-module · GitHub](https://github.com/nuxt-community/auth-module/issues/1291) |
|
5 | + |
|
6 | +ただ、Amplifyのライブラリを使ったSchemeを作ってくれてる人はいるっぽい。 |
|
7 | +[Add AWS Amplify Auth service as a Provider · Issue #786 · nuxt-community/auth-module · GitHub](https://github.com/nuxt-community/auth-module/issues/786) |
|
... | ... | \ No newline at end of file |