Commit Graph

61 Commits

Author SHA1 Message Date
18287a47e5 Remove import traits which are part of preclude in 2021 2023-03-28 06:25:07 +00:00
2a6640a168 Fix base64::decode and base64::encode is deprecated 2023-03-13 14:49:55 +00:00
b2c964c664 Impl /auth/token/extend 2022-10-18 02:12:55 +00:00
747872c265 Auth now require timestamp 2022-10-18 01:47:27 +00:00
3c6c9f5812 Impl /auth/token/delete 2022-10-17 06:08:29 +00:00
43f8a27172 Impl /auth/user/list 2022-10-16 02:10:35 +00:00
e2a1dde4a6 Add unit test for /auth/user/delete 2022-10-15 07:29:06 +00:00
e3c8b95843 Impl /auth/user/info 2022-10-15 07:13:45 +00:00
b578aff777 Impl /auth/user/delete 2022-10-15 03:10:53 +00:00
5034616ab8 Impl /auth/user/change/password 2022-10-14 01:45:11 +00:00
d10e1b4571 Impl /auth/user/change/name 2022-10-14 00:59:27 +00:00
205e23c81d Add unit test for /api/auth/user/update 2022-10-13 07:08:59 +00:00
2b6d3c05f7 Impl /auth/user/update 2022-10-03 14:14:49 +00:00
7693cc3329 Add more test to add user 2022-10-03 11:09:37 +00:00
e1a48dec40 Update unit test 2022-10-03 11:00:51 +00:00
fcff540220 Add a timer to revoke all expired tokens( Fix #279 2022-09-29 01:30:03 +00:00
677cc576cf Update unit test 2022-09-28 09:47:24 +00:00
79b22e3501 Update 2022-09-28 09:22:33 +00:00
2c93b98c65 Update 2022-09-28 04:48:59 +00:00
ddd970cb40 Update 2022-09-28 04:19:11 +00:00
b98ac08e4b Update 2022-09-27 04:40:02 +00:00
5b4ba8d80a Update 2022-09-27 04:23:39 +00:00
faa7aea149 Use pbkdf2_hmac instead of sha512 2022-09-25 10:16:50 +00:00
ad8fe5e2dc Update 2022-09-25 09:57:42 +00:00
dfa9ba5576 Update 2022-09-25 07:16:19 +00:00
89e08ab968 Update 2022-09-25 06:24:45 +00:00
cea025482f Update 2022-09-25 05:47:29 +00:00
a1b6b96439 Update 2022-09-25 05:39:49 +00:00
d9d477f954 Update 2022-09-25 05:26:38 +00:00
bb8078ce6a Update unit test 2022-09-25 03:13:19 +00:00
7774b1d4e7 Update unit test 2022-09-24 10:17:05 +00:00
47e2b1741c Make sure folder is already exists and the server database is deleted before unit test 2022-09-23 04:34:50 +00:00
970a4ec731 Add unit test for server 2022-09-23 04:29:05 +00:00
bee6f4e4ba Add a new trait to help return detailed JSON error message 2022-09-20 14:06:34 +00:00
cbcd319aaf Update 2022-09-20 13:41:09 +00:00
52af3e9552 Update 2022-09-20 05:20:54 +00:00
5f2cc3a08a Add /auth/pubkey 2022-09-20 03:59:32 +00:00
c7ccf7ebe2 Update params 2022-09-19 15:31:26 +00:00
18637ddb07 Update 2022-09-19 14:18:13 +00:00
774ee3e5ae Update 2022-09-19 10:22:06 +00:00
a04429838c Update 2022-09-19 07:53:06 +00:00
b00d326044 Add /auth/status 2022-09-18 15:04:33 +00:00
be5c5c4a94 Update 2022-09-18 09:37:28 +00:00
4a0bcf394e Update 2022-09-18 07:28:52 +00:00
16105daa66 Update 2022-07-13 04:32:12 +00:00
6496197024 Allow Content-Type 2022-07-13 04:26:24 +00:00
ddde23924f Return 404 if not route matched 2022-07-12 14:17:38 +00:00
bbd6a8d694 Add new options allow_headers for filter_http_methods 2022-07-10 01:25:18 +00:00
2f2a5c0eb1 Remove unwrap in filter_http_methods macro 2022-07-10 00:57:05 +00:00
c0d61e8a5b Update 2022-07-09 07:25:37 +00:00