|
7323c38776
|
Make sha256's factory method return a ref<> instead of a raw pointer.
|
2022-01-09 15:29:03 +01:00 |
|
|
a119251e09
|
Reworked HTTPSession, now it uses Variants instead of multiple classes. Also it's inherited from Reference now. Also smaller cleanups to the SessionManager.
|
2022-01-09 14:32:09 +01:00 |
|
|
ec2eabacc1
|
Implemented middleware handling. Also converted middleware handlers to the new stystem.
|
2022-01-08 12:25:52 +01:00 |
|
|
cc0ca4762a
|
Removed stray crash cond.
|
2021-11-03 15:43:22 +01:00 |
|
|
c21a86c9d2
|
Initial platform setup, and added godot's crash handler (will need to be heavily reworked!).
|
2021-11-03 15:42:16 +01:00 |
|
|
e977de894a
|
Now the http backends are also using String.
|
2021-11-01 19:11:27 +01:00 |
|
|
74389bb71c
|
Comment out 2 prints.
|
2021-08-23 00:13:16 +02:00 |
|
|
214b268aae
|
Now int data in the session will be saved to the database.
|
2021-08-22 23:53:26 +02:00 |
|
|
127563e6ca
|
Implement logout.
|
2021-08-20 19:29:39 +02:00 |
|
|
0b8dcea37a
|
Reword a comment.
|
2021-08-04 22:04:33 +02:00 |
|
|
2a2b3a6d60
|
Actually make session_setup_middleware work.
|
2021-08-04 21:58:25 +02:00 |
|
|
e62d012ec1
|
Added a middleware func to SessionManager that can set up request's session property.
|
2021-08-04 21:36:09 +02:00 |
|
|
8fc5eca9d4
|
Reset the singleton pointer in SessionManager's destructor.
|
2021-08-04 21:22:06 +02:00 |
|
|
c4dd81995e
|
Added a session manager.
|
2021-08-04 21:02:34 +02:00 |
|