Laura Hausmann
579f8c233a
[backend/core] Code cleanup
2024-11-19 19:38:31 +01:00
Laura Hausmann
f2853d2d40
[backend] Fix typo
2024-11-02 22:56:52 +01:00
Laura Hausmann
c9b9a8e45b
[backend] Switch to TimeSpan extension method for easier code readability
2024-10-30 18:27:18 +01:00
Laura Hausmann
d3aed20843
[backend] Replace cuid2 with System.Cryptography-based CSPRNG
...
This allows us to drop the cuid.net dependency and is ~6x faster while improving security (cuid2 is dubious at best in this regard). We may switch to ULID or UUIDv7 in the future for even higher performance, but this change allows for improving performance and security without any side effects.
2024-05-27 13:27:49 +02:00
Laura Hausmann
d4e1d92771
[backend] Code cleanup: switch to BSD braces style, tweak code style
2024-02-17 02:31:00 +01:00
Laura Hausmann
4985194d64
[backend/services] Allow generating snowflake identifiers with timestamps other than DateTime.UtcNow
2024-02-15 21:05:36 +01:00
Laura Hausmann
7524c5acc7
Add authorized fetch middleware
2024-01-24 03:03:20 +01:00
Laura Hausmann
d6866fe9c2
Code cleanup
2024-01-24 01:45:28 +01:00
Laura Hausmann
ae7a499e6c
Basic (working!) roundtrip LD signature implementation
2024-01-20 18:41:49 +01:00
Laura Hausmann
9b7029dbf3
Fix snowflake id generation
2024-01-13 20:36:37 +01:00
Laura Hausmann
ea6612de25
Initial commit
2023-12-24 00:57:07 +01:00