Skip to content

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. TL;DR: Authentication and Authorization for rocket applications.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

Weasy666/rocket_airlock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rocket_airlock

Compatible with: Rocket v0.5.1

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

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.

License

As the rest of the Rocket ecosystem, rocket_airlock is licensed under either of the following, at your option:

About

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. TL;DR: Authentication and Authorization for rocket applications.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Languages