Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ghzhost
/
dnb-backend
Public
forked from
Deen-Bridge/dnb-backend
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
dnb-backend
src
on
dev
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 13, 2026
feat(auth): authenticated change-password endpoint
Show description for cef0b4f
zeemscript
committed
cef0b4f
View commit details
Copy full SHA for cef0b4f
View code at this point
Browse repository at this point
fix(stellar): resolve Horizon endpoints lazily + network-aware default
Show description for 0ef4ea2
zeemscript
committed
0ef4ea2
View commit details
Copy full SHA for 0ef4ea2
View code at this point
Browse repository at this point
feat(stellar): publish Soroban giving-escrow contract id in stellar.toml
Show description for edfb161
zeemscript
committed
edfb161
View commit details
Copy full SHA for edfb161
View code at this point
Browse repository at this point
Commits on Aug 12, 2026
stellar: validate signed XDR contents before submit; store expectedHa… (#51)
Show description for 198b07d
Banx17
and
zeemscript
authored
198b07d
View commit details
Copy full SHA for 198b07d
View code at this point
Browse repository at this point
fix(auth): return 503 instead of 500 when verification email fails
Show description for 97cb2e2
mayborn005
committed
97cb2e2
View commit details
Copy full SHA for 97cb2e2
View code at this point
Browse repository at this point
chore(email): remove dead SMTP/Resend/EmailJS config after SendLib migration
Show description for c53d731
mayborn005
committed
c53d731
View commit details
Copy full SHA for c53d731
View code at this point
Browse repository at this point
Commits on Aug 11, 2026
feat: implement SEP-10 Sign in with Stellar
Show description for a5ddbc2
mayborn005
committed
a5ddbc2
View commit details
Copy full SHA for a5ddbc2
View code at this point
Browse repository at this point
feat: enforce password strength policy on registration and reset
Show description for 8641772
mayborn005
committed
8641772
View commit details
Copy full SHA for 8641772
View code at this point
Browse repository at this point
Commits on Aug 3, 2026
fix: onboarding OTP email flow and SMTP sender address
Show description for 3198f5b
mayborn005
committed
3198f5b
View commit details
Copy full SHA for 3198f5b
View code at this point
Browse repository at this point
feat: add educators directory endpoint with cache invalidation
Show description for f5296ab
mayborn005
committed
f5296ab
View commit details
Copy full SHA for f5296ab
View code at this point
Browse repository at this point
Commits on Jul 31, 2026
Normalize legacy tutor role
mayborn005
committed
f3fde7f
View commit details
Copy full SHA for f3fde7f
View code at this point
Browse repository at this point
refactor: transition registration to pending users and update test email mocking logic
mayborn005
committed
e161003
View commit details
Copy full SHA for e161003
View code at this point
Browse repository at this point
feat: implement email verification flow with PendingUser model and update role validation logic
mayborn005
committed
d51df4b
View commit details
Copy full SHA for d51df4b
View code at this point
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into dev
mayborn005
committed
8ba15f8
View commit details
Copy full SHA for 8ba15f8
View code at this point
Browse repository at this point
Commits on Jul 29, 2026
fix: align search and review concurrency handling
Killerjunior
committed
d76c376
View commit details
Copy full SHA for d76c376
View code at this point
Browse repository at this point
fix: handle review deletion without request body
Killerjunior
committed
ceaeae1
View commit details
Copy full SHA for ceaeae1
View code at this point
Browse repository at this point
fix: address review API validation and cache issues
Killerjunior
committed
693a777
View commit details
Copy full SHA for 693a777
View code at this point
Browse repository at this point
feat(reviews): implement persisted aggregates, verified-purchase gate, and review CRUD #63
Killerjunior
committed
0372c6e
View commit details
Copy full SHA for 0372c6e
View code at this point
Browse repository at this point
fix(audit): guard auditService against Mongoose buffer timeouts and fix duplicate course grant in paymentController
emarc99
committed
9579a53
View commit details
Copy full SHA for 9579a53
View code at this point
Browse repository at this point
Merge branch 'dev' into feat/66-tamper-evident-audit-log-fin-sec-actions
emarc99
authored
f60fdcc
View commit details
Copy full SHA for f60fdcc
View code at this point
Browse repository at this point
feat(audit): add read-only admin audit query API at /api/admin/audit
emarc99
committed
8488048
View commit details
Copy full SHA for 8488048
View code at this point
Browse repository at this point
feat(audit): instrument paymentController with structured audit events
emarc99
committed
1b1903d
View commit details
Copy full SHA for 1b1903d
View code at this point
Browse repository at this point
feat(audit): instrument walletController with structured audit events
emarc99
committed
14d2c42
View commit details
Copy full SHA for 14d2c42
View code at this point
Browse repository at this point
feat(audit): instrument authController with structured audit events
emarc99
committed
a27218b
View commit details
Copy full SHA for a27218b
View code at this point
Browse repository at this point
feat(audit): add non-blocking auditService with allowlist redaction
emarc99
committed
76a182e
View commit details
Copy full SHA for 76a182e
View code at this point
Browse repository at this point
feat(audit): add append-only AuditLog model with AUDIT_ACTIONS enum
emarc99
committed
cd4153c
View commit details
Copy full SHA for cd4153c
View code at this point
Browse repository at this point
Merge pull request #81 from Myart352/#65-course-progress-tracking
Show description for 2bc3c60
zeemscript
authored
2bc3c60
View commit details
Copy full SHA for 2bc3c60
View code at this point
Browse repository at this point
Merge branch 'main' into fix/idor-user-profile-authorization
zeemscript
authored
b464b6f
View commit details
Copy full SHA for b464b6f
View code at this point
Browse repository at this point
feat: add Horizon payment ingestion worker with automated reconciliation
Show description for b768dd2
mayborn005
committed
b768dd2
View commit details
Copy full SHA for b768dd2
View code at this point
Browse repository at this point
fix: prevent IDOR in user profile endpoints
Show description for 6742154
mayborn005
committed
6742154
View commit details
Copy full SHA for 6742154
View code at this point
Browse repository at this point
Commits on Jul 27, 2026
Merge pull request #78 from Times-stack/feat/multi-asset-registry-60
Show description for 9496b56
zeemscript
authored
9496b56
View commit details
Copy full SHA for 9496b56
View code at this point
Browse repository at this point
Commits on Jul 26, 2026
feat(courses): add curriculum progress tracking
Myart352
committed
ca93599
View commit details
Copy full SHA for ca93599
View code at this point
Browse repository at this point
fix(auth): normalize response shapes, handle mail delivery errors, and set hash cost to 12 (#16)
Ahbiz
committed
5b20f1a
View commit details
Copy full SHA for 5b20f1a
View code at this point
Browse repository at this point
fix(auth): implement secure verified password reset flow (#16)
Ahbiz
committed
9c4668d
View commit details
Copy full SHA for 9c4668d
View code at this point
Browse repository at this point
feat(auth): add OTP utility and reset token schema fields (#16)
Ahbiz
committed
554ad36
View commit details
Copy full SHA for 554ad36
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.