Skip to content

feat: add Stellar JWT authentication guard#17

Open
mircats98gpt wants to merge 1 commit into
coopfinance:mainfrom
mircats98gpt:codex/stellar-jwt-auth-issue-6
Open

feat: add Stellar JWT authentication guard#17
mircats98gpt wants to merge 1 commit into
coopfinance:mainfrom
mircats98gpt:codex/stellar-jwt-auth-issue-6

Conversation

@mircats98gpt

Copy link
Copy Markdown

Closes #6.

Summary

  • Adds Stellar nonce/signature auth endpoints that issue JWT bearer tokens.
  • Protects the requested admin-only write endpoints with JwtAuthGuard.
  • Enforces actor checks for group registration, member loan requests, and loan status updates.

Verification

  • npm run build
  • npm test -- --runInBand

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add JWT authentication guard to admin-only endpoints

1 participant