Crates.io | rocket_airlock |
lib.rs | rocket_airlock |
version | 0.4.0 |
source | src |
created_at | 2020-07-30 10:20:22.268396 |
updated_at | 2024-07-29 16:00:53.529214 |
description | TL;DR: Authentication and Authorization for rocket applications. The security airlock is the entry point to a rocket. Everything from the outside environment that wants to enter a rocket, needs to go through its hatches and pass all their security checks. |
homepage | https://github.com/Weasy666/rocket_airlock |
repository | https://github.com/Weasy666/rocket_airlock |
max_upload_size | |
id | 271231 |
size | 23,259 |
TL;DR: Authentication and Authorization for
Rocket
applications.
The security airlock is the entry point to a rocket. Everything from the outside environment that wants to enter a rocket, needs to go through its hatches and pass all their security checks.
The architecture of rocket_airlock
was heavily inspired by Jeb Rosen's rocket_oauth2
crate.
Examples can be found in the examples
folder. On your terminal, just navigate into the examples folder, e.g. cd examples/simple
,
and run cargo run
in it.
As the rest of the Rocket
ecosystem, rocket_airlock
is licensed under either of the following, at your option: