Commit Graph

2 Commits

Author SHA1 Message Date
Björn Benouarets
a1dea963e9 feat: add data models and API structures
- Add User model with authentication fields and validation
- Add Session model for managing user sessions
- Add API response structures for consistent API responses
- Include GORM tags for database mapping and validation
2025-09-25 23:24:06 +02:00
Björn Benouarets
d0dc7a2837 feat: initialize Go module with dependencies
- Add go.mod with Fiber web framework, JWT, GORM, and PostgreSQL driver
- Include all necessary dependencies for IDP API development
- Set up module path as git.secnex.io/secnex/idp-api
- Add comprehensive .gitignore for Go projects
2025-09-25 23:23:58 +02:00