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
Accelerator
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 }}
logusivam
/
tokenforge
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Initialize project with monorepo structure, authentication, and admin features
- #1
#1
Merged
logusivam
merged 61 commits into
main
logusivam/tokenforge:main
from
dev
logusivam/tokenforge:dev
Copy head branch name to clipboard
Jul 31, 2026
Conversation
Commits
61
(61)
Checks
Files changed
Merged
Initialize project with monorepo structure, authentication, and admin features
#1
logusivam
merged 61 commits into
main
logusivam/tokenforge:main
from
dev
logusivam/tokenforge:dev
Copy head branch name to clipboard
Commits
Commits on Jul 15, 2026
feat: initialize project with monorepo structure, authentication, RBAC, OAuth integration, and admin dashboard features
logusivam
committed
d395d73
View commit details
Copy full SHA for d395d73
Browse repository at this point
feat: bootstrap core infrastructure with RBAC and OAuth integration
logusivam
committed
b43a83f
View commit details
Copy full SHA for b43a83f
Browse repository at this point
feat: add Gemini design system skills and agent tooling
logusivam
committed
c2de664
View commit details
Copy full SHA for c2de664
Browse repository at this point
fix: remove deprecated husky shebang and allow empty test stubs
logusivam
committed
e17fb38
View commit details
Copy full SHA for e17fb38
Browse repository at this point
test: add placeholder test suites to unblock pre-push gate
logusivam
committed
b081f25
View commit details
Copy full SHA for b081f25
Browse repository at this point
fix: add globals to vitest project configs to resolve describe not defined
logusivam
committed
fe384b8
View commit details
Copy full SHA for fe384b8
Browse repository at this point
Commits on Jul 16, 2026
fix: resolve FormEvent deprecations, environment setups and add eye toggle to inputs
logusivam
committed
d620e61
View commit details
Copy full SHA for d620e61
Browse repository at this point
fix: ignore dynamic delete warning in sanitize middleware
logusivam
committed
6f393d3
View commit details
Copy full SHA for 6f393d3
Browse repository at this point
feat: implement environment variable validation using Zod for API configuration
logusivam
committed
ed2382a
View commit details
Copy full SHA for ed2382a
Browse repository at this point
Commits on Jul 17, 2026
fix: resolve FormEvent deprecation warning in LandingPage.tsx
logusivam
committed
1e2f11c
View commit details
Copy full SHA for 1e2f11c
Browse repository at this point
fix: restore pointer-events clickability on landing page and retain state during callback redirects
logusivam
committed
ba79cc3
View commit details
Copy full SHA for ba79cc3
Browse repository at this point
feat: add landing page to provide product overview and key feature highlights
logusivam
committed
ab6148e
View commit details
Copy full SHA for ab6148e
Browse repository at this point
feat: redesign pages 2, 3, 4, 5, 6, 8, 9 resolving no-undef warnings
logusivam
committed
3e03dd2
View commit details
Copy full SHA for 3e03dd2
Browse repository at this point
fix: route authenticated users to dashboard from landing page
logusivam
committed
9f492e5
View commit details
Copy full SHA for 9f492e5
Browse repository at this point
Commits on Jul 19, 2026
fix: resolve err.md flow bugs, seed rbac, fix photo upload, and clean alerts
logusivam
committed
48d711c
View commit details
Copy full SHA for 48d711c
Browse repository at this point
fix: skip session check if not authenticated or loading to prevent redundant 401 warnings on mount
logusivam
committed
8644be1
View commit details
Copy full SHA for 8644be1
Browse repository at this point
Commits on Jul 20, 2026
fix: resolve loop redirects when refresh fails on login/register pages
logusivam
committed
e3fe6bf
View commit details
Copy full SHA for e3fe6bf
Browse repository at this point
fix: log missing refresh token as debug instead of operational warning to clean up terminal logs
logusivam
committed
62a92a4
View commit details
Copy full SHA for 62a92a4
Browse repository at this point
fix: bypass silent refresh on login/register 401 failures to prevent request loops
logusivam
committed
16b8a84
View commit details
Copy full SHA for 16b8a84
Browse repository at this point
fix: resolve profile id, expose primary role, and make password edit functional
logusivam
committed
65d34ff
View commit details
Copy full SHA for 65d34ff
Browse repository at this point
fix: render profile image, fix google oauth state parameters, and connect password form API updates
logusivam
committed
27eee9f
View commit details
Copy full SHA for 27eee9f
Browse repository at this point
fix: enforce strict oldPassword checks and fix mobile sidebar toggles
logusivam
committed
06f9e0f
View commit details
Copy full SHA for 06f9e0f
Browse repository at this point
fix: resolve compiler warning and clean up hasState checks in callback redirects
logusivam
committed
5985aa3
View commit details
Copy full SHA for 5985aa3
Browse repository at this point
fix(admin): resolve PATCH role update undefined error & query stats
Show description for b7c025a
logusivam
committed
b7c025a
View commit details
Copy full SHA for b7c025a
Browse repository at this point
fix(admin): restrict moderator visibility of admin panel write features
Show description for 8e35b2b
logusivam
committed
8e35b2b
View commit details
Copy full SHA for 8e35b2b
Browse repository at this point
fix(admin): customize admin layout and remove overview for moderators
Show description for b2e289d
logusivam
committed
b2e289d
View commit details
Copy full SHA for b2e289d
Browse repository at this point
fix(config): centralize API URL configuration
Show description for fac719f
logusivam
committed
fac719f
View commit details
Copy full SHA for fac719f
Browse repository at this point
Commits on Jul 22, 2026
fix(config): update logos in navbar, sidebar, footer, and favicon
Show description for 334bba2
logusivam
committed
334bba2
View commit details
Copy full SHA for 334bba2
Browse repository at this point
feat: add footer and navbar logo SVG assets
logusivam
committed
b0a7bc4
View commit details
Copy full SHA for b0a7bc4
Browse repository at this point
fix(config): add SEO meta, preloader screen, and JSON-LD markup
Show description for afb41c9
logusivam
committed
afb41c9
View commit details
Copy full SHA for afb41c9
Browse repository at this point
fix(config): add sitemap.xml, robots.txt, and update SEO keywords
Show description for 1f15f44
logusivam
committed
1f15f44
View commit details
Copy full SHA for 1f15f44
Browse repository at this point
fix(config): stack 5-step strip vertically on mobile screens
Show description for d4c9b69
logusivam
committed
d4c9b69
View commit details
Copy full SHA for d4c9b69
Browse repository at this point
fix(config): add vertical dashed connector line in mobile timeline
Show description for 984ad52
logusivam
committed
984ad52
View commit details
Copy full SHA for 984ad52
Browse repository at this point
fix(config): add missing visual layout sections to LandingPage
Show description for 09e67f4
logusivam
committed
09e67f4
View commit details
Copy full SHA for 09e67f4
Browse repository at this point
fix(config): highlight code snippet and route CTA by auth state
Show description for feab590
logusivam
committed
feab590
View commit details
Copy full SHA for feab590
Browse repository at this point
feat: implement base styles and create landing page for authentication platform
logusivam
committed
3edcf1e
View commit details
Copy full SHA for 3edcf1e
Browse repository at this point
Commits on Jul 30, 2026
docs(config): add templates, spec documents, and configure action workflows
Show description for 997293f
logusivam
committed
997293f
View commit details
Copy full SHA for 997293f
Browse repository at this point
fix(config): configure legacy peer dependencies fallback
Show description for 1102265
logusivam
committed
1102265
View commit details
Copy full SHA for 1102265
Browse repository at this point
fix(config): conditionally install husky during prepare script
Show description for 7d1eee3
logusivam
committed
7d1eee3
View commit details
Copy full SHA for 7d1eee3
Browse repository at this point
feat: initialize TypeScript configuration for api app
logusivam
committed
9e9bc30
View commit details
Copy full SHA for 9e9bc30
Browse repository at this point
fix(config): move type definitions to production dependencies
Show description for 2581837
logusivam
committed
2581837
View commit details
Copy full SHA for 2581837
Browse repository at this point
fix(config): link shared workspace types dependency
Show description for 3c050d4
logusivam
committed
3c050d4
View commit details
Copy full SHA for 3c050d4
Browse repository at this point
fix(config): resolve tsconfig path aliases at runtime
Show description for dfa92c7
logusivam
committed
dfa92c7
View commit details
Copy full SHA for dfa92c7
Browse repository at this point
fix(config): update relative module alias target directory
Show description for aa8e4dd
logusivam
committed
aa8e4dd
View commit details
Copy full SHA for aa8e4dd
Browse repository at this point
fix(config): register path aliases programmatically
Show description for 27f7df8
logusivam
committed
27f7df8
View commit details
Copy full SHA for 27f7df8
Browse repository at this point
fix(config): update module-alias import namespace syntax
Show description for d38ce93
logusivam
committed
d38ce93
View commit details
Copy full SHA for d38ce93
Browse repository at this point
fix(config): synchronize package-lock for module-alias
Show description for b88d849
logusivam
committed
b88d849
View commit details
Copy full SHA for b88d849
Browse repository at this point
fix(config): set strictNullChecks for ESLint alignment
Show description for 2d5a903
logusivam
committed
2d5a903
View commit details
Copy full SHA for 2d5a903
Browse repository at this point
feat: initialize API workspace with express, mongoose, and core dependencies
logusivam
committed
e18f1be
View commit details
Copy full SHA for e18f1be
Browse repository at this point
Potential fix for pull request finding 'CodeQL / Missing rate limiting'
Show description for abf8b45
logusivam
and
github-advanced-security[bot]
authored
abf8b45
View commit details
Copy full SHA for abf8b45
Browse repository at this point
Potential fix for pull request finding 'CodeQL / Missing rate limiting'
Show description for 09e2ef9
logusivam
and
github-advanced-security[bot]
authored
09e2ef9
View commit details
Copy full SHA for 09e2ef9
Browse repository at this point
Potential fix for pull request finding 'CodeQL / Database query built from user-controlled sources'
Show description for 7782f58
logusivam
and
github-advanced-security[bot]
authored
7782f58
View commit details
Copy full SHA for 7782f58
Browse repository at this point
Potential fix for pull request finding 'CodeQL / Missing rate limiting'
Show description for d65b0a2
logusivam
and
github-advanced-security[bot]
authored
d65b0a2
View commit details
Copy full SHA for d65b0a2
Browse repository at this point
Potential fix for pull request finding 'CodeQL / Missing rate limiting'
Show description for 6a828ca
logusivam
and
github-advanced-security[bot]
authored
6a828ca
View commit details
Copy full SHA for 6a828ca
Browse repository at this point
Potential fix for pull request finding 'CodeQL / Missing rate limiting'
Show description for 6f661a8
logusivam
and
github-advanced-security[bot]
authored
6f661a8
View commit details
Copy full SHA for 6f661a8
Browse repository at this point
fix: resolve CI errors and fix test suites
logusivam
committed
3166cd4
View commit details
Copy full SHA for 3166cd4
Browse repository at this point
Merge branch 'dev' of https://github.com/logusivam/tokenforge into dev
logusivam
committed
60b0125
View commit details
Copy full SHA for 60b0125
Browse repository at this point
Commits on Jul 31, 2026
fix(deps): restore modern eslint-plugin-import to fix flat config validation
logusivam
committed
d32857e
View commit details
Copy full SHA for d32857e
Browse repository at this point
fix(deps): upgrade vitest to v4 to match coverage-v8 v4 API
logusivam
committed
032a374
View commit details
Copy full SHA for 032a374
Browse repository at this point
fix(ci): allow brace-expansion GHSA and remove global coverage flag
logusivam
committed
8315317
View commit details
Copy full SHA for 8315317
Browse repository at this point
fix(ci): restore coverage flag and lower API thresholds for todo tests
logusivam
committed
809f1bd
View commit details
Copy full SHA for 809f1bd
Browse repository at this point
You can’t perform that action at this time.