|
Web framework C++
2.0.0
Simple web framework on c++ designed to easily create web pages, etc
|
JWT auth strategy. More...
#include <jwt_auth.h>


Public Member Functions | |
| JwtAuth (const char *secret, Middleware *json) | |
| bool | checkHeadersToParse (Headers *headers) override |
| std::string | getSerializedValue (Headers *headers) override |
| void | serializeAndSetValueToResponse (std::string &value) override |
Public Member Functions inherited from AuthStrategy | |
| virtual | ~AuthStrategy ()=default |
JWT auth strategy.
| JwtAuth::JwtAuth | ( | const char * | secret, |
| Middleware * | json | ||
| ) |
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
| req | |
| value |
Implements AuthStrategy.
1.8.11