File tree Expand file tree Collapse file tree 3 files changed +362
-278
lines changed
Expand file tree Collapse file tree 3 files changed +362
-278
lines changed Original file line number Diff line number Diff line change @@ -66,11 +66,12 @@ sub startup {
6666
6767 # Models
6868 $self -> helper(newProblem => sub { shift ; RenderApp::Model::Problem-> new(@_ ) });
69+ $self -> helper(newJWT => sub { shift ; RenderApp::Model::JWT-> new(@_ ) });
70+ $self -> helper(decodeJWT => sub { shift ; RenderApp::Model::JWT::decode(@_ ) });
6971
7072 # Helpers
7173 $self -> helper(validateRequest => sub { RenderApp::Controller::IO::validate(@_ ) });
7274 $self -> helper(parseRequest => sub { RenderApp::Controller::Render::parseRequest(@_ ) });
73- $self -> helper(croak => sub { RenderApp::Controller::Render::croak(@_ ) });
7475 $self -> helper(logID => sub { shift -> req-> request_id });
7576 $self -> helper(exception => sub { RenderApp::Controller::Render::exception(@_ ) });
7677
You can’t perform that action at this time.
0 commit comments