Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.19 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.19 KB

Mojo-JWT-Google

Easily create a JWT for Google authorization.

Build Status Coverage Status CPAN version CPAN Version

Changes in Version 0.07

Fixed default URL, tweaked default time and refactored scopes as a string.

Changes in Version 0.03

Fixed unit tests - needed to include ext files in MANIFEST

Changes in Version 0.02

Attempt to fix failed tests on cpantesters that could not be replicated Fix a couple documentation typos Change claims construction and remove Time::HiRes dependency based on new Mojo::JWT set_iat method. Remove Mojolicious dependency as parent has it. Remove strictures dependency since Mojo::Base controls how strict you are.

Changes in Version 0.01

Initial implementation.