We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710b2aa commit 5ba594fCopy full SHA for 5ba594f
prolog/jwt_io.pl
@@ -72,6 +72,8 @@
72
:- use_module(library(http/json)).
73
:- use_module(library(http/http_client)).
74
:- use_module(library(http/http_json)).
75
+:- use_module(library(process)).
76
+:- use_module(library(ssl)).
77
:- use_module(library(settings)).
78
79
:- setting(keys, list(dict), [], 'Signing keys').
0 commit comments