The ncryptf::auth!() macro provides the appropriate generic implementation details of FromRequest to allow User entities to be returned
as a Rocket request guard (FromRequest). The core features of ncryptf authorization verification are implemented through this macro.
If you wish to utilize ncryptf’s authorization features you must perform the following.
EkRoute provides a generic route which you can use to generate ephemeral (single use) encryption keys to bootstrap your request/response cycle within your application.