rpcme / Mojo-JWT-Google

Easily create a JWT for Google authorization.
0 stars 1 forks source link

Mojo-JWT-Google

Easily create a JWT for Google authorization.

Build Status Coverage Status CPAN version

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.