Skip to content

New trust#160

Merged
meshackyaro merged 10 commits into
trustflow-protocol:mainfrom
Josie123-Dev:New-trust
Jun 21, 2026
Merged

New trust#160
meshackyaro merged 10 commits into
trustflow-protocol:mainfrom
Josie123-Dev:New-trust

Conversation

@Josie123-Dev

Copy link
Copy Markdown
Contributor

Description

Closes #

Type of Change

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 📝 Documentation update
  • 🔧 Configuration change
  • ♻️ Code refactoring
  • ⚡ Performance improvement
  • ✅ Test update

Component

  • Backend (Node.js API)
  • Frontend (Next.js UI)
  • Smart Contract (Soroban/Rust)
  • SDK
  • Infrastructure/DevOps
  • Documentation

Changes Made

Testing

Manual Testing

  • Tested locally
  • Tested in development environment
  • Tested edge cases

Automated Testing

  • Unit tests added/updated
  • Integration tests added/updated
  • All tests passing locally

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings or errors
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published

Screenshots/Recordings (if applicable)

Additional Notes

Reviewer Notes

Closes #29

Regenerate package-lock.json (npm install) to fix npm ci EUSAGE error
from the main merge, and restore the Passport-based JwtAuthGuard/JwtStrategy
that the merge had reverted to an incompatible standalone implementation.
meshackyaro
meshackyaro previously approved these changes Jun 21, 2026

@meshackyaro meshackyaro left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job handling this issue. Excellent work!

meshackyaro and others added 4 commits June 21, 2026 08:56
Regenerate package-lock.json (npm install) to fix npm ci EUSAGE error
from the main merge, and restore the Passport-based JwtAuthGuard/JwtStrategy
that the merge had reverted to an incompatible standalone implementation.

@meshackyaro meshackyaro left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent working getting this done.

@meshackyaro meshackyaro merged commit e774218 into trustflow-protocol:main Jun 21, 2026
1 check passed
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.

Implement JWT Authentication for Wallet Signatures

2 participants