Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 269 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 269 Bytes

Ansible JWKS and JWT generator module

This collection provides a module to generate a JWKS along with a valid JWT token

Installation

Requirements: pyjwt==2.8.0

pip install 'pyjwt==2.8.0' --user
ansible-galaxy collection install huguesgr.jwks_jwt