Skip to content

Commit 6949c83

Browse files
H. Furkan BozkurtKiro Agent
authored andcommitted
chore: always ask for auth method per review feedback
1 parent 8f20850 commit 6949c83

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

  • plugins/aws-core/skills/aws-amplify
  • skills/foundations/aws-amplify

plugins/aws-core/skills/aws-amplify/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ When the user does not specify tooling or strategy:
4848
specifies Pages Router.
4949
- **React Native:** Ask the user whether they use **Expo** or **bare
5050
React Native CLI**.
51-
- **Auth:** You **SHOULD** default to **email/password** as the login method
52-
unless the user specifies social login, SAML, or another provider.
51+
- **Auth:** You **MUST** ask which login method the user wants
52+
(email/password, social login, SAML, passwordless, etc.). Do not assume a default.
5353
- **Data authorization:** default to **`publicApiKey`**
5454
(`allow.publicApiKey()`) — this is the starter template default. When
5555
auth is added, switch to **owner-based** (`allow.owner()`) with

skills/foundations/aws-amplify/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ When the user does not specify tooling or strategy:
4848
specifies Pages Router.
4949
- **React Native:** Ask the user whether they use **Expo** or **bare
5050
React Native CLI**.
51-
- **Auth:** You **SHOULD** default to **email/password** as the login method
52-
unless the user specifies social login, SAML, or another provider.
51+
- **Auth:** You **MUST** ask which login method the user wants
52+
(email/password, social login, SAML, passwordless, etc.). Do not assume a default.
5353
- **Data authorization:** default to **`publicApiKey`**
5454
(`allow.publicApiKey()`) — this is the starter template default. When
5555
auth is added, switch to **owner-based** (`allow.owner()`) with

0 commit comments

Comments
 (0)