mirror of
https://github.com/kou029w/hasura-rest-hands-on.git
synced 2025-01-18 16:08:14 +00:00
update links
This commit is contained in:
parent
d2e8d7032b
commit
f1c7dc5e30
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
認証には、Webhookを介する方法とJWTを介する方法があります。
|
認証には、Webhookを介する方法とJWTを介する方法があります。
|
||||||
|
|
||||||
より詳しい情報は、[公式ドキュメント](https://hasura.io/docs/latest/graphql/core/auth/index.html) や、公式チュートリアルを参照してください。
|
より詳しい情報は、[公式ドキュメント](https://hasura.io/docs/latest/auth/index/) や、公式チュートリアルを参照してください。
|
||||||
|
|
||||||
- [Hasura GraphQL チュートリアル](https://hasura.io/learn/graphql/hasura/introduction/)
|
- [Hasura GraphQL チュートリアル](https://hasura.io/learn/graphql/hasura/introduction/)
|
||||||
- [Hasura GraphQL チュートリアル (日本語版)](https://hasura.io/learn/ja/graphql/hasura/introduction/)
|
- [Hasura GraphQL チュートリアル (日本語版)](https://hasura.io/learn/ja/graphql/hasura/introduction/)
|
||||||
|
@ -14,4 +14,4 @@
|
||||||
応答ヘッダーには、デフォルトで `Access-Control-Allow-Origin: *` ヘッダーが含まれており、外部からのアクセスをすべて許可しています。
|
応答ヘッダーには、デフォルトで `Access-Control-Allow-Origin: *` ヘッダーが含まれており、外部からのアクセスをすべて許可しています。
|
||||||
適宜セキュリティ要件に合わせて設定することを推奨します。
|
適宜セキュリティ要件に合わせて設定することを推奨します。
|
||||||
|
|
||||||
より詳しい情報は、[公式ドキュメント](https://hasura.io/docs/latest/graphql/core/deployment/graphql-engine-flags/config-examples.html#id1) を参照してください。
|
より詳しい情報は、[公式ドキュメント](https://hasura.io/docs/latest/deployment/graphql-engine-flags/config-examples/#configure-cors) を参照してください。
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
## Hasura公式ドキュメント
|
## Hasura公式ドキュメント
|
||||||
|
|
||||||
[Hasura GraphQL Docs](https://hasura.io/docs/latest/graphql/core/index.html)
|
[Hasura GraphQL Docs](https://hasura.io/docs/latest/index/)
|
||||||
|
|
||||||
## Hasuraチュートリアル
|
## Hasuraチュートリアル
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue