This website requires JavaScript.
Explore
Help
Sign In
weirdcat
/
easywish
Archived
Watch
1
Star
1
Fork
0
You've already forked easywish
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2025-12-30
. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
a582b75c825706428eab9165ca45b78567a1d593
easywish
/
backend
/
internal
History
Nikolai Papin
a582b75c82
feat: new ValidateToken method for AuthService, based on code from the monolithic implementation of auth middleware;
...
feat: add detailed authentication error types;
2025-07-15 21:59:05 +03:00
..
controllers
feat: implemented controller methods for passwordresetcomplete, refresh in auth controller
2025-07-13 20:58:36 +03:00
database
feat: add session expiration tracking and validation
2025-07-14 20:44:30 +03:00
dto
refactor: introduce DTOs for claims, session, and request handling
2025-07-15 20:54:12 +03:00
errors
feat: new ValidateToken method for AuthService, based on code from the monolithic implementation of auth middleware;
2025-07-15 21:59:05 +03:00
logger
chore: GPL-3.0 license propagated into *.go files in backend
2025-06-24 01:37:47 +03:00
middleware
refactor: introduce DTOs for claims, session, and request handling
2025-07-15 20:54:12 +03:00
models
feat: PasswordResetBegin of auth controller;
2025-07-13 19:10:34 +03:00
redisClient
refactor: added redisclient connection error check
2025-07-12 17:04:09 +03:00
routes
feat: add session expiration tracking and validation
2025-07-14 20:44:30 +03:00
services
feat: new ValidateToken method for AuthService, based on code from the monolithic implementation of auth middleware;
2025-07-15 21:59:05 +03:00
utils
refactor: introduce DTOs for claims, session, and request handling
2025-07-15 20:54:12 +03:00
validation
chore: tidy swagger comments;
2025-07-11 17:44:48 +03:00