Andrey Antukh
5e329e62b3
✨ Revert session cookie name change.
2021-05-04 14:14:31 +02:00
Andrey Antukh
df11ef4aca
🔥 Remove unused requires.
2021-04-26 11:23:37 +02:00
Andrey Antukh
5d2f4bac76
✨ Replace random session tokens with JWE tokens.
...
We still maintain the http session state on the database for to prevent
replay attacks to the main application. But internally, on less critical
parts of the infraestructure, it usefull have access to the identified
user without hit the main database for that information.
2021-04-25 20:35:36 +02:00
Andrey Antukh
f545e41d10
📎 Fix license header.
2021-04-12 16:49:43 +02:00
Andrey Antukh
8daf6e822e
🎉 Add profile activity registry logger.
2021-04-09 15:28:18 +02:00
Andrey Antukh
e12a6e65a6
♻️ Refactor logging.
2021-04-09 15:28:18 +02:00
Andrey Antukh
142086b2c3
⬇️ Downgrade prometheus client to 0.9.0.
...
Because it introduces some breaking changes.
2021-03-22 13:38:44 +01:00
Andrey Antukh
7f624b5c61
✨ Minor improvements on logging subsystem.
2021-03-10 09:18:32 +01:00
Andrey Antukh
c7795640e1
📎 Minor log level change on session updater task.
2021-02-23 14:56:24 +01:00
Andrey Antukh
fb51580740
🎉 Add proper lifecycle handling for http sessions.
2021-02-22 14:50:01 +01:00
Andrey Antukh
5858f3f180
✨ Improve auth module.
2021-02-12 09:44:08 +01:00
Andrey Antukh
80309cbff3
✨ Improve error reporting of tasks.
2021-02-04 11:48:47 +01:00
Andrey Antukh
b80295a21c
✨ Fix all linter issues on backend code.
2021-02-01 09:48:28 +01:00
Andrey Antukh
0bbc006b98
✨ Minor improvements on error reporter.
2021-01-25 11:51:15 +01:00
Andrey Antukh
9f12456456
♻️ Replace mount with integrant.
2021-01-07 11:29:57 +01:00
Andrey Antukh
f427c6f8b6
🎉 Add new approach to update http response from services.
2020-10-06 13:25:13 +02:00
Andrey Antukh
7d9fdc34be
♻️ Refactor email validations & tokens service.
2020-09-21 17:05:55 +02:00
Andrey Antukh
6c67c3c71b
♻️ Make the namespacing independent of the branding.
2020-08-18 19:32:11 +02:00