Николай weirdcat
weirdcat pushed to feat-auth_service at weirdcat/easywish 2025-07-10 01:51:54 +03:00
f59b647b27 feat: development compose file;
weirdcat pushed to feat-auth_service at weirdcat/easywish 2025-07-10 01:42:03 +03:00
293366cc59 feat: development compose file;
weirdcat pushed to main at weirdcat/easywish 2025-07-09 23:56:07 +03:00
15c140db31 feat: implemented smtp service;
63b63038d1 feat: initialized smtp service;
b5fdcd5dca feat: smtp config;
72a512bb4f feat: automatic termination of older sessions on login (temporary until release 4);
8588a17928 chore: updated docs
Compare 15 commits »
weirdcat pushed to feat-auth_service at weirdcat/easywish 2025-07-09 23:26:39 +03:00
15c140db31 feat: implemented smtp service;
weirdcat pushed to feat-auth_service at weirdcat/easywish 2025-07-08 23:21:05 +03:00
63b63038d1 feat: initialized smtp service;
weirdcat pushed to feat-auth_service at weirdcat/easywish 2025-07-07 01:31:26 +03:00
b5fdcd5dca feat: smtp config;
weirdcat pushed to feat-auth_service at weirdcat/easywish 2025-07-06 14:45:41 +03:00
72a512bb4f feat: automatic termination of older sessions on login (temporary until release 4);
8588a17928 chore: updated docs
Compare 2 commits »
weirdcat pushed to feat-auth_service at weirdcat/easywish 2025-07-06 14:01:04 +03:00
bc9f5c6d3c fix: unique user id in user session;
weirdcat pushed to feat-auth_service at weirdcat/easywish 2025-07-06 13:01:14 +03:00
333817c9e1 refactor: moved hashing logic into application layer for security;
weirdcat pushed to feat-auth_service at weirdcat/easywish 2025-07-05 17:50:06 +03:00
5e32c3cbd3 refactor: password requirements variables;
weirdcat pushed to feat-auth_service at weirdcat/easywish 2025-07-05 03:08:15 +03:00
8319afc7ea refactor/fix: now using pgx errors for postgres error checking instead of trying to look up the error code;
weirdcat pushed to feat-auth_service at weirdcat/easywish 2025-07-03 04:33:31 +03:00
0a51727af8 refactor: updated swagger;
weirdcat pushed to feat-auth_service at weirdcat/easywish 2025-07-02 14:09:24 +03:00
d08db300fc fix: getconfirmationcode query
weirdcat pushed to feat-auth_service at weirdcat/easywish 2025-07-01 14:18:08 +03:00
96e41efdec feat: added session guid and token type fields to jwt tokens;
weirdcat pushed to feat-auth_service at weirdcat/easywish 2025-06-30 01:35:05 +03:00
284d959bc3 feat: new general and auth errors;
weirdcat pushed to feat-auth_service at weirdcat/easywish 2025-06-27 13:30:09 +03:00
e2d83aa779 refactor: database update methods use coalesce to omit nil fields
weirdcat pushed to feat-auth_service at weirdcat/easywish 2025-06-26 01:51:22 +03:00
69d55ce060 fix: added missing return statement;
weirdcat pushed to main at weirdcat/easywish 2025-06-24 17:32:08 +03:00
cbcfb8a286 feat: middleware for request body parsing, validation and authentication;
c2059dcd6e feat: middlewares for authorization and automatic request parsing;
Compare 2 commits »
weirdcat pushed to feat-auth_service at weirdcat/easywish 2025-06-24 17:31:53 +03:00
cbcfb8a286 feat: middleware for request body parsing, validation and authentication;
weirdcat pushed to feat-auth_service at weirdcat/easywish 2025-06-24 13:57:53 +03:00
c2059dcd6e feat: middlewares for authorization and automatic request parsing;