Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 306 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 306 Bytes

AuthenticationExample

Simple example of an passthrough authentication scheme.

Credentials are AES encrypted and provided back via an HTTP Only cookie,

The credential are only valid as long as the server is running, as this relies on a cookie the token is transparently passed around for all requests.