Skip to content

Latest commit

 

History

History

secure_request_guard

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Secure Request Guard

A simple web API written using Rocket including openapi. It contains one route that needs the correct key provided to allow access. This example implements the security called by an api key that needs to be included in the header from the following: [apikeys] (https://swagger.io/docs/specification/authentication/api-keys/)

the key is "hello"