Commit Graph

29 Commits

Author SHA1 Message Date
3be96bd436 Log all authentication form messages. 2023-07-04 03:26:09 +02:00
6d4268820d Log component! 2023-07-04 02:58:17 +02:00
51f5ba79f1 A single component for WS, another one for messages. WIP! 2023-07-03 20:32:46 +02:00
cbaeaf8ee2 Slight code simplification. 2023-07-03 13:38:21 +02:00
e0fc55e5ca Put websocket info in a dedicated record. 2023-07-03 04:04:14 +02:00
026e3f055a Remove a massive amount of redundant code. 2023-07-03 03:45:08 +02:00
597243a9f5 New authd API on request functions: complete. Still subject to changes, though. 2023-06-13 19:49:38 +02:00
9f81166110 GetToken -> Login 2023-06-10 18:30:31 +02:00
b4bc1f8f77 Authentication and registration forms: updated to new Bulma module. 2023-06-09 01:40:31 +02:00
4d73afa642 Bulma now has some input boxes. 2023-06-09 00:28:03 +02:00
987133954f Bulma CSS style: WIP. 2023-06-08 21:51:12 +02:00
3831b275b4 Administrative interface for authd now in a new container. 2023-06-08 18:13:59 +02:00
5f13307d86 UserAdded: message was correctly parsed after all. 2023-06-04 02:01:50 +02:00
6c69eaea5a Code in now way clearer. 2023-06-04 01:24:05 +02:00
0bdef754ae AddUser (WIP: working but UserAdded answer isn't parsed properly). 2023-06-03 03:50:54 +02:00
17b07ada18 Users can now register (but currently no validation). 2023-06-03 01:53:58 +02:00
57367168ae Register: new form inputs. 2023-06-03 00:54:18 +02:00
c42cbbeb8a Authentication form now informs when there is a failed authentication attempt. 2023-06-02 20:05:03 +02:00
7804dd6647 AuthForm: WS disconnection on successful authentication. 2023-06-02 00:53:01 +02:00
dc523d0c5f Successful authentication removes authentication form rendering. 2023-06-02 00:10:08 +02:00
361558f9f1 Authentication form is rendered only if no Token. Component output TODO. 2023-06-01 03:20:53 +02:00
5e6edd2f7f Grooming. 2023-05-30 23:13:24 +02:00
ea0046783b Simplify a few things. 2023-05-30 16:42:52 +02:00
e80b71c0cd Codecs, Codecs everywhere! 2023-05-26 01:39:50 +02:00
2d269d088c Parsing JSON messages: FIXED. 2023-05-25 00:07:59 +02:00
0671e1780c Pretty print. 2023-05-23 02:50:08 +02:00
78e1922178 Print JSON message when there is a parsing problem. 2023-05-23 01:15:23 +02:00
48006c37e8 Multiple components: still WIP but compiling. 2023-05-22 16:23:21 +02:00
778a51604b Authentication form: improved. 2023-05-22 02:11:40 +02:00