Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ JWTAuthenticator
Method
JWTAuthenticator
src/jwt_authenticator.cpp:136–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
135
136
JWTAuthenticator::JWTAuthenticator(const string& realm, const string& secret)
137
: process_(new JWTAuthenticatorProcess(realm, secret))
138
{
139
spawn(process_.get());
140
}
141
142
143
JWTAuthenticator::~JWTAuthenticator()
Callers
nothing calls this directly
Calls
2
spawn
Function · 0.70
get
Method · 0.45
Tested by
no test coverage detected