ueberauth / guardian

Elixir Authentication
MIT License
3.43k stars 382 forks source link

implement the clear remember_me functionality #552

Closed Hanspagh closed 5 years ago

Hanspagh commented 5 years ago

I gave it a shot to fix #507

Currently the docs are not super clear, but I guess most of the plug functionality is not that well documented. Suggestion for naming the options variable is very welcome.

codecov-io commented 5 years ago

Codecov Report

Merging #552 into master will increase coverage by 0.14%. The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #552      +/-   ##
==========================================
+ Coverage   85.19%   85.33%   +0.14%     
==========================================
  Files          18       18              
  Lines         412      416       +4     
==========================================
+ Hits          351      355       +4     
  Misses         61       61
Impacted Files Coverage Δ
lib/guardian/plug.ex 83.56% <83.33%> (+0.95%) :arrow_up:

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 b6c6dee...8f32aac. Read the comment docs.