ueberauth / guardian

Elixir Authentication
MIT License
3.43k stars 382 forks source link

tidies up token documentation #609

Closed x-ji closed 5 years ago

x-ji commented 5 years ago

When using Guardian I found the documentation on tokens themselves to be relatively confusing. On many occasions I had to dig into Guardian source code to find the answers. I want to make it clearer.

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #609   +/-   ##
=======================================
  Coverage   86.22%   86.22%           
=======================================
  Files          21       21           
  Lines         421      421           
=======================================
  Hits          363      363           
  Misses         58       58
Impacted Files Coverage Δ
lib/guardian/token/jwt.ex 85.36% <ø> (ø) :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 576997d...75186be. Read the comment docs.

yordis commented 5 years ago

🎉