Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 392 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 392 Bytes

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"