基本的なログイン機能を備えたユーザー投稿型アプリケーションのサンプルです。
あらかじめAuth0側の設定と、API側のデプロイまで終わらせておきます。
- public/js/app.js
- 3行目の
let apiEndpoint = "https://dvhrde83ui.execute-api.ap-northeast-1.amazonaws.com/";
の部分を、 API側デプロイ時に表示されたエンドポイントURLに変更
- 3行目の
- public/auth_config.json
"domain": "dev-9zllcerz.us.auth0.com",
の部分を、自分のAuth0ドメイン名に変更"clientId": "vA9A3aEbgevuRWbXwS0eBvpQtSNTLYxz",
の部分を、Auth0上で作成したApplicationのclientIdに変更audience
はそのままでも良いですが、変更する場合はAPI側のserverless.ymlとあわせる必要があります。
- Auth0
- NAKAYAMA Masahiro aki@nekoruri.jp
This project is licensed under the MIT license. See the LICENSE file for more info.