docs(security): define and document session / JWT expiry policies (#100) - #215
Open
beulah7717108-eng wants to merge 2 commits into
Open
docs(security): define and document session / JWT expiry policies (#100)#215beulah7717108-eng wants to merge 2 commits into
beulah7717108-eng wants to merge 2 commits into
Conversation
…CoreLabs1#100) - Add docs/POLICIES.md with token lifecycle table and rationale - Access tokens: 15min default (was 1h), env-configurable - Refresh tokens: 7d rolling with family revocation - All expiry values driven by environment variables - Reference NIST SP 800-63B for audit compliance Closes NovaCoreLabs1#100
- Uncomment the 'on:' trigger so the workflow actually runs - Upgrade gitleaks/gitleaks-action from deprecated v2 to v3 - Fix invalid glob-style regex patterns in .gitleaks.toml that caused gitleaks to panic (e.g. '**/Cargo.lock' -> 'Cargo\.lock') - Add .http endpoint test files to allowlist (contain example JWTs)
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
Defines and documents session/JWT expiry policies with env-driven configuration.
Changes
Token Lifecycle
Acceptance Criteria
Closes #100