|
|
e7dff530a6
|
Merge branch 'release/v0.3.2'
v0.3.2
|
2023-02-16 14:50:30 +00:00 |
|
|
|
c533870885
|
version number bumped
|
2023-02-16 14:50:17 +00:00 |
|
|
|
bdd34a3490
|
Merge branch 'feature/auth-refactor' into develop
|
2023-02-16 14:47:11 +00:00 |
|
|
|
d974cd718b
|
take Cargo.lock updates
|
2023-02-16 14:46:57 +00:00 |
|
rmanach
|
b07d4e7e0e
|
fix documentation + update http lib version
|
2023-02-16 15:43:11 +01:00 |
|
|
|
734ec7901d
|
add a message module holding struct to manager json response body + fix tests
|
2023-02-16 11:29:21 +00:00 |
|
|
|
f108c592a9
|
impl ValidationMessage using serde_json to build json response body
|
2023-02-16 11:00:11 +00:00 |
|
|
|
530063f8ff
|
format code
|
2023-02-16 10:46:30 +00:00 |
|
|
|
e992f7a3ce
|
use serde_json to build http response with JWT json body
|
2023-02-16 10:45:50 +00:00 |
|
|
|
3b6e208004
|
update is_auth trait + deserialize credentials with serde
|
2023-02-16 09:11:15 +00:00 |
|
|
|
141a79c409
|
Merge branch 'feature/http-destructuration' into develop
|
2023-02-16 08:07:36 +00:00 |
|
|
|
881bd2e24d
|
update http lib + remove utils mod + remove lib prefix when calling functions
|
2023-02-15 16:59:28 +00:00 |
|
|
|
bfd539731d
|
use full http lib + remove all http crate dependency
|
2023-02-15 16:42:02 +00:00 |
|
|
|
75e7d63795
|
update http lib version number
|
2023-02-15 15:05:41 +00:00 |
|
|
|
48fc5ce213
|
add http lib and remove http request mod
|
2023-02-15 14:45:58 +00:00 |
|
|
|
e1b8ff56a8
|
Merge tag 'v0.3.1' into develop
v0.3.1
|
2022-11-29 13:47:18 +00:00 |
|
|
|
24447dff9d
|
Merge branch 'release/v0.3.1'
v0.3.1
|
2022-11-29 13:47:07 +00:00 |
|
|
|
e9a3b44d31
|
release: version number bumped
|
2022-11-29 13:46:57 +00:00 |
|
|
|
78e06756e2
|
feat: #20 add email in JWT claims
|
2022-11-29 13:42:46 +00:00 |
|
|
|
900dcebcad
|
fix(tests): check if the fetch pubkey validates the JWT
|
2022-11-21 10:13:20 +00:00 |
|
|
|
0cc5169664
|
Merge tag 'v0.3.0' into develop
v0.3.0
|
2022-11-21 08:20:04 +00:00 |
|
|
|
02b6fb3b33
|
Merge branch 'release/v0.3.0'
v0.3.0
|
2022-11-21 08:19:53 +00:00 |
|
|
|
b933853a13
|
release: version number bumped
|
2022-11-21 08:19:40 +00:00 |
|
|
|
8d3651d6fc
|
add http method validation on each route + add pubkey tests
|
2022-11-19 15:53:31 +00:00 |
|
|
|
1d2924b7ef
|
feat(log): display warning in log if body parsing failed
|
2022-11-19 14:52:59 +00:00 |
|
|
|
91e80cfbf4
|
feat(jwt): #16 add a route to get the public key
|
2022-11-19 14:48:22 +00:00 |
|
|
|
b1cb4dec23
|
fix(tests): error message + tests server url
|
2022-11-19 14:16:44 +00:00 |
|
|
|
5a638fd354
|
improv: fix doc in config.rs (#18)
|
2022-11-07 10:50:18 +00:00 |
|
|
|
17a098ef89
|
improv: replace eprintln with logger (#18) + fix mod documentation
|
2022-11-07 10:47:45 +00:00 |
|
|
|
45c9112af2
|
improv: add a logger (#18) + log client IP (#19)
|
2022-11-07 10:28:58 +00:00 |
|
|
|
74e8d58b5c
|
fix(tests): set URL default value if no one set
|
2022-10-14 15:29:44 +00:00 |
|
|
|
df321ec555
|
Merge tag 'v0.2.0' into develop
v0.2.0
|
2022-10-14 14:51:46 +00:00 |
|
|
|
a5986f1f28
|
Merge branch 'release/v0.2.0'
v0.2.0
|
2022-10-14 14:51:26 +00:00 |
|
|
|
e02849ca8e
|
release(v0.2.0): version number bumped
|
2022-10-14 14:50:21 +00:00 |
|
|
|
b73add00c5
|
feat: #13 impl the JWT validation + some fixes
|
2022-10-14 14:45:03 +00:00 |
|
|
|
6c79c3d708
|
fix README
|
2022-10-14 11:29:26 +00:00 |
|
|
|
baa8595a4a
|
fix doc + set route target in const
|
2022-10-14 10:45:32 +00:00 |
|
|
|
7336933642
|
bug: #15 fix fragmented TCPStream + spawn a tokio task on each connection
|
2022-10-14 10:37:40 +00:00 |
|
|
|
6166310283
|
refactor GET handler + impl JWTSigner
|
2022-10-13 16:06:27 +00:00 |
|
|
|
7073a4b88e
|
improve HTTPResponse to include custom HTTPMessage
|
2022-10-13 12:20:30 +00:00 |
|
|
|
808cd3ee77
|
impl an HTTPMessage corresponding to the JSON response body
|
2022-10-13 10:33:11 +00:00 |
|
|
|
88c2e99aa8
|
move Config into its own module
cargo-fmt
|
2022-10-13 08:57:57 +00:00 |
|
|
|
0856b7b6b2
|
Merge tag 'release/impl-jwt' into develop
v0.1.0
|
2022-10-12 15:53:02 +00:00 |
|
|
|
cdfe53fcb2
|
Merge branch 'release/release/impl-jwt'
v0.1.0
|
2022-10-12 15:52:14 +00:00 |
|
|
|
8d448719da
|
Merge branch 'feature/impl-jwt' into develop
|
2022-10-12 15:49:12 +00:00 |
|
|
|
83791850ff
|
feat: #11 update README
|
2022-10-12 15:47:57 +00:00 |
|
|
|
075ffa6e3f
|
feat: #11 update README
|
2022-10-12 15:43:19 +00:00 |
|
|
|
55d524ea1b
|
feat: #11 impl config (#9) + set JWT with asymmetric signatures
|
2022-10-12 14:51:24 +00:00 |
|
|
|
72d1fba8f4
|
feat: #11 impl JWT + add associated tests
|
2022-10-10 17:22:36 +00:00 |
|
|
|
e22d289e0d
|
Merge branch 'feature/impl-router-handler' into develop
|
2022-10-10 15:07:07 +00:00 |
|