Online SSH Certificate Authority
 
 
 
Go to file
Dustin 839d756a28 server: Move auth logic to host module
In preparation for adding a separate authorization strategy for client
requests, I have moved the implementation of the authorization strategy
for host requests in to the `server::host` module.
2023-11-16 19:58:26 -06:00
ci ci: Import ci pipeline from original repo 2023-11-13 20:11:49 -06:00
examples examples: Add took to generate a JWT for testing 2023-11-04 16:37:19 -05:00
src server: Move auth logic to host module 2023-11-16 19:58:26 -06:00
tests Initial commit 2023-11-04 16:36:20 -05:00
.containerignore server: Add Containerfile 2023-11-08 21:29:00 -06:00
.editorconfig Initial commit 2023-11-04 16:36:20 -05:00
.gitattributes Initial commit 2023-11-04 16:36:20 -05:00
.gitignore Initial commit 2023-11-04 16:36:20 -05:00
Cargo.lock ca: Add support for encrypted private keys 2023-11-04 16:37:18 -05:00
Cargo.toml examples: Add took to generate a JWT for testing 2023-11-04 16:37:19 -05:00
Containerfile server: Add Containerfile 2023-11-08 21:29:00 -06:00
rustfmt.toml Initial commit 2023-11-04 16:36:20 -05:00