docs: add phase v1.2.0 spec (auth pages, settings store, ADR-007)#24
Merged
Merged
Conversation
Add PRD, ADR-007, and phase doc for standalone login/register/reset-password pages (email+password) and a runtime admin settings store at /admin/settings backed by a single admin_settings JSON field. DB-over-env precedence, encrypted secrets, and a registration-approval toggle. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014RidJe5jrM3fWcena4hqBg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add comprehensive planning and architectural documentation for phase v1.2.0, which introduces standalone authentication pages (login, register, password reset) and a runtime-configurable admin settings store backed by a single JSON field in the database.
Changes
docs/development/prd/admin-settings-auth-pages.prd.md— Product requirements document covering:/login,/register,/reset-password, rebuilt/admin/settings)admin_settingstable,core_users.statuscolumn)docs/development/adr/007-application-settings-store.adr.md— Architectural Decision Record for the settings store:ISecretCipherportdocs/development/to-be-implemented/admin-settings-auth-pages.phase.md— Detailed phase specification including:APP_SETTINGS_ENCRYPTION_KEY)Notable Details
"set"/"unset"flagsnode_modules)1.1.0→1.2.0(MINOR — new feature + DB schema change)https://claude.ai/code/session_014RidJe5jrM3fWcena4hqBg