-
-
Notifications
You must be signed in to change notification settings - Fork 48
chore: account api security policy #1293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Account API: Follow password policy and email blocklist
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR enhances password policy documentation by adding comprehensive guidance on how password policies are enforced and checked across different APIs in Logto.
Key changes:
- Added new "Password compliance check" section explaining how to audit existing passwords against current policy
- Clarified that password policies apply differently to end-user flows (enforced) vs. admin operations (exempt)
- Enhanced email blocklist documentation with more specific use case scenarios
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
docs/user-management/manage-users.mdx |
Adds password compliance check section to help administrators verify existing users' passwords against current policy |
docs/security/password-policy.mdx |
Adds introductory explanation of policy enforcement across different APIs and includes related resource links |
docs/security/blocklist.md |
Expands blocklist restriction details with specific sign-up and linking scenarios |
docs/end-user-flows/account-settings/by-account-api.mdx |
Adds tip boxes clarifying that password and email operations via Account API enforce current policies |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Deploying logto-docs-tutorials with
|
| Latest commit: |
4b7fcdb
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://47c76d8c.logto-docs-tutorials.pages.dev |
| Branch Preview URL: | https://rany-account-api-security-po.logto-docs-tutorials.pages.dev |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Deploying logto-docs with
|
| Latest commit: |
4b7fcdb
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://d5fb48a3.logto-docs.pages.dev |
| Branch Preview URL: | https://rany-account-api-security-po.logto-docs.pages.dev |
Summary
Account API: follow the security policy of password and blocklist