Orbit Framework
An ultra-modern, asynchronous, cross-platform C++ Web Framework.
Loading...
Searching...
No Matches
JwtAuth.hpp File Reference
#include <orbit/routing/Router.hpp>
#include <string>
Include dependency graph for JwtAuth.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  middleware
 

Functions

routing::Middleware middleware::jwt_auth (const std::string &secret_key)
 JWT Authentication middleware using HMAC-SHA256 (HS256).