You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm thinking of using jwt_key option. if it starts with http:// or https:// then it's not a filename and we can fetch key from that http address (via httpc). Also if a new option jwt_fetch_interval is set, start a new gen_server in ejabberd_auth_jwt:start/1 to update JWK periodically.
in future we can add more options (e.g. http method, ...).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm thinking of using
jwt_key
option. if it starts withhttp://
orhttps://
then it's not a filename and we can fetch key from that http address (viahttpc
). Also if a new optionjwt_fetch_interval
is set, start a new gen_server inejabberd_auth_jwt:start/1
to update JWK periodically.in future we can add more options (e.g. http method, ...).
Beta Was this translation helpful? Give feedback.
All reactions