ueberauth / guardian_db

Guardian DB integration for tracking tokens and ensuring logout cannot be replayed.
MIT License
367 stars 87 forks source link

Update guardian package #96

Closed tteerawat closed 5 years ago

tteerawat commented 5 years ago

To update guardian package to the latest version since the version that is used for guardian_db is outdated.

image

Updated by running this command below:

mix deps.update guardian
mix deps.unlock --unused
codecov-io commented 5 years ago

Codecov Report

Merging #96 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #96   +/-   ##
=======================================
  Coverage   78.33%   78.33%           
=======================================
  Files           5        5           
  Lines          60       60           
=======================================
  Hits           47       47           
  Misses         13       13

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e87c816...e82d86e. Read the comment docs.

yordis commented 5 years ago

Thanks a lot for the contribution!