Commit Graph

19 Commits

Author SHA1 Message Date
1c16184bfe Validating email and username (if username not null) 2025-08-07 12:22:07 +07:00
346fcaef77 Validating password confirmation for sending invitation 2025-08-07 12:05:18 +07:00
e50066ea34 Sending invitation and validating allowed roles 2025-08-07 11:42:29 +07:00
988f793598 Create grant procedure for grant roles validating 2025-08-07 11:40:27 +07:00
a6449c6962 Auth Invite: define parameters and variables 2025-08-07 10:30:36 +07:00
3e85e6375f Minor change 2025-08-07 10:04:36 +07:00
fc4839c682 Separate the email configuration into a new file 2025-05-30 14:02:01 +07:00
aebfc08edf Implementing Bearer for logout 2025-05-01 20:34:52 +07:00
4c1107979f Minor change for logging activity 2025-03-10 14:35:23 +07:00
2be2f425c6 Session features now use Bearer to send the token 2025-03-10 14:16:16 +07:00
c85c2ac8ff session and logout features with sending the token inside the body 2025-03-10 11:17:29 +07:00
cb257cb443 Forgot and reset password 2025-03-10 04:22:10 +07:00
6fd242e4c6 Half-finished session API for Bottle use 2025-02-11 13:27:44 +07:00
b6d5ee5848 Update logout to get jwt only from Bearer 2025-02-11 13:26:33 +07:00
a3dac61276 Fixing false field name on SQL query 2025-02-11 13:24:03 +07:00
6c4d9f0445 Fixing false field name on SQL query 2025-02-09 18:19:36 +07:00
4d741561a3 Basic auth modules. Ready to test. 2025-02-08 14:02:57 +07:00
3b56ba845c Simplify the API routes 2025-02-08 13:59:56 +07:00
2f4b9fb1a3 Register and resend 2025-01-20 17:52:27 +07:00