1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/auth/simple-auth-server/src
2023-03-14 03:11:49 +00:00
..
auth_handler.rs update deps 2022-10-26 16:51:27 +01:00
email_service.rs clippy 2022-12-18 17:48:09 +00:00
errors.rs clippy 2022-12-18 17:48:09 +00:00
invitation_handler.rs update diesel to v2 2022-09-10 23:33:09 +01:00
main.rs standardize examples 2023-03-14 03:11:49 +00:00
models.rs update diesel to v2 2022-09-10 23:33:09 +01:00
register_handler.rs update diesel to v2 2022-09-10 23:33:09 +01:00
schema.rs update diesel to v2 2022-09-10 23:33:09 +01:00
utils.rs auth/simple-auth-server: fix panic due to default SECRET_KEY being 32 bytes, not 64 bytes (#604) 2023-02-19 15:12:36 +09:00