Николай weirdcat
weirdcat pushed to refactor-controllers at weirdcat/easywish 2025-07-17 22:38:35 +03:00
feb0524d39 Merge pull request 'refactor: declaring controller methods externally because the big idiot swaggo does not want to work unless the comments are attached to a gin handler func;' (#4) from fix-swaggo into refactor-controllers
f2753e1495 refactor: declaring controller methods externally because the big idiot swaggo does not want to work unless the comments are attached to a gin handler func;
Compare 2 commits »
weirdcat created pull request weirdcat/easywish#4 2025-07-17 22:38:20 +03:00
refactor: declaring controller methods externally because the big idiot swaggo does not want to work unless the comments are attached to a gin handler func;
weirdcat pushed to fix-swaggo at weirdcat/easywish 2025-07-17 22:37:18 +03:00
f2753e1495 refactor: declaring controller methods externally because the big idiot swaggo does not want to work unless the comments are attached to a gin handler func;
weirdcat created branch fix-swaggo in weirdcat/easywish 2025-07-17 22:37:18 +03:00
weirdcat pushed to refactor-controllers at weirdcat/easywish 2025-07-17 21:42:54 +03:00
d6e2d02bff refactor: transitioned auth controller to use the new controller structure;
weirdcat pushed to refactor-controllers at weirdcat/easywish 2025-07-17 17:53:14 +03:00
f9d7439def fix: Setup interface mismatch;
weirdcat created branch refactor-controllers in weirdcat/easywish 2025-07-17 17:20:58 +03:00
weirdcat pushed to refactor-controllers at weirdcat/easywish 2025-07-17 17:20:58 +03:00
7298ab662f experiment: prototyping new ASP.NET-like controllers;
weirdcat pushed to main at weirdcat/easywish 2025-07-17 04:35:41 +03:00
ec56f64420 fix: wrong role 'guest' instead of 'user' defaulting in schema
weirdcat pushed to main at weirdcat/easywish 2025-07-17 04:34:58 +03:00
837fa2cfe9 fix: wrong role 'guest' instead of 'user' defaulting in schema
weirdcat pushed to main at weirdcat/easywish 2025-07-17 04:31:31 +03:00
249bbe4a98 feat: add user role support to database and queries;
weirdcat pushed to main at weirdcat/easywish 2025-07-17 04:09:21 +03:00
b986d45d82 fix: handle large terminated sessions caching with pagination to prevent RAM overflow;
weirdcat deleted branch feat-auth_service from weirdcat/easywish 2025-07-17 03:45:04 +03:00
weirdcat pushed to main at weirdcat/easywish 2025-07-17 03:44:33 +03:00
827928178e feat: add change password endpoint using old password;
weirdcat pushed to main at weirdcat/easywish 2025-07-16 21:49:51 +03:00
8b558eaf5f feat: fully implemented Refresh method;
e465da6854 refactor: Simplify AuthMiddleware;
a582b75c82 feat: new ValidateToken method for AuthService, based on code from the monolithic implementation of auth middleware;
b3a405016e refactor: introduce DTOs for claims, session, and request handling
ee6cff4104 feat: add registration attempt rate limiting with Redis
Compare 7 commits »
weirdcat pushed to feat-auth_service at weirdcat/easywish 2025-07-15 23:32:41 +03:00
8b558eaf5f feat: fully implemented Refresh method;
weirdcat pushed to feat-auth_service at weirdcat/easywish 2025-07-15 22:37:47 +03:00
e465da6854 refactor: Simplify AuthMiddleware;
weirdcat pushed to feat-auth_service at weirdcat/easywish 2025-07-15 22:04:17 +03:00
a582b75c82 feat: new ValidateToken method for AuthService, based on code from the monolithic implementation of auth middleware;
weirdcat pushed to feat-auth_service at weirdcat/easywish 2025-07-15 20:55:10 +03:00
b3a405016e refactor: introduce DTOs for claims, session, and request handling
weirdcat pushed to feat-auth_service at weirdcat/easywish 2025-07-15 02:55:44 +03:00
ee6cff4104 feat: add registration attempt rate limiting with Redis