Valentin Tolmer
3eb53ba5bf
model: rename to auth
...
Since the "model" doesn't contain any message from the API anymore, and
instead contains only the structures needed for authentication, it was
renamed as such.
2021-08-31 20:32:55 +02:00
Valentin Tolmer
2aca9dbe62
app: migrate user creation to GraphQL
2021-08-31 20:32:55 +02:00
Valentin Tolmer
37f61ce212
app: fix registration URLs
2021-08-31 20:32:55 +02:00
Valentin Tolmer
dd7e9c9283
app: migrate user_details to graphql endpoint
2021-08-31 20:32:55 +02:00
Valentin Tolmer
a1f40a32a5
app: refactor API methods with empty responses
2021-08-30 09:27:00 +02:00
Valentin Tolmer
f860b8fe43
app: Migrate list_users to use the graphql client
2021-08-30 09:27:00 +02:00
Valentin Tolmer
83ed58bff2
errors: use anyhow::Context everywhere
2021-08-30 09:27:00 +02:00
Valentin Tolmer
04b9e97527
Implement client view for the user details
2021-07-05 13:41:36 +02:00
Valentin Tolmer
5e0b41998f
Propagate the admin status to the top component
2021-07-05 13:41:36 +02:00
Valentin Tolmer
e09c73efce
Register clients' passwords using OPAQUE
2021-06-25 10:10:55 +02:00
Valentin Tolmer
2f7019433d
Fix clippy warnings
2021-06-23 10:57:34 +02:00
Valentin Tolmer
eec0903052
Refactor API client
2021-06-23 10:27:59 +02:00
Valentin Tolmer
659eab3706
Implement opaque login flow in the client
2021-06-23 10:27:59 +02:00
Valentin Tolmer
7465a6b93f
Add a form to create users
2021-06-01 17:31:18 +02:00
Valentin Tolmer
9899c6f5aa
app: Refactor API calls
2021-05-25 10:03:33 +02:00
Valentin Tolmer
e07efc9585
Implement client-side logout
2021-05-23 17:07:02 +02:00
Valentin Tolmer
6cb06b0e9f
Change the authentication address to /auth
2021-05-20 17:41:30 +02:00
Valentin Tolmer
4d9f554fe6
Implement logout
...
Also introduce a library to handle cookies
2021-05-18 19:04:06 +02:00
Valentin Tolmer
2de589d05c
app: implement login and authorization
2021-05-14 09:24:23 +02:00
Valentin Tolmer
e1047124fa
Fine-tune passing errors from the server to the client
2021-05-10 10:21:24 +02:00
Valentin Tolmer
25027f7614
Add a method to fetch users from the client
2021-05-09 13:26:50 +02:00