:hot_beverage: :rocket: Auth登录并注册Next Js&JWT,六角结构,DDD
:chequered_flag:入门
首先,运行开发服务器:
npm i
npm run dev
# or
yarn dev
:bullseye:六角形AR
core
├── shared // Common infrastructure and domain shared between the different Bounded Contexts
│ └── value
使用React的AWS Cognito登录
Cognito配置
- In `Login-Cognito/src/userPool.js` file change your `UserPoolId` and `ClientId`
可以在以下位置找到UserPoolId
可以在以下位置找到ClientId
AWS Cognito设置
- AWS Cognito User managment with signup, login, and forgot password options
导航到AWS