Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to extend JWT encoding and decoding behaviour #460

Closed
wants to merge 33 commits into from

Commits on Jan 13, 2022

  1. Base from previous branch

    anakinj committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    daaf09a View commit details
    Browse the repository at this point in the history
  2. Base from previous branch

    anakinj committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    3ae159a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f18792 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46b8b47 View commit details
    Browse the repository at this point in the history
  5. Lets not have private methods

    anakinj committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    5dc71b2 View commit details
    Browse the repository at this point in the history
  6. Fix typo

    anakinj committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    fb255aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    71beeed View commit details
    Browse the repository at this point in the history
  8. Extracted verify_claims

    anakinj committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    ff613e4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f35ba82 View commit details
    Browse the repository at this point in the history
  10. Avoid instance variables

    anakinj committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    08b2d50 View commit details
    Browse the repository at this point in the history
  11. Renamed shared methods module

    anakinj committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    4181ecb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4b78ebe View commit details
    Browse the repository at this point in the history
  13. Methods with bangs

    anakinj committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    4f965d1 View commit details
    Browse the repository at this point in the history
  14. Unify raising

    anakinj committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    589542d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9388723 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d7dad0f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    61fa3d5 View commit details
    Browse the repository at this point in the history
  18. Some refactorings

    anakinj committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    f0b7d96 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    604a23e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e13bdbd View commit details
    Browse the repository at this point in the history
  21. Disabled MissingSafeMethod

    anakinj committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    6b3611d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    581d4b7 View commit details
    Browse the repository at this point in the history
  23. Leeway configuration for DSL

    anakinj committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    d467551 View commit details
    Browse the repository at this point in the history
  24. Nil token handling

    anakinj committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    9a3bb7e View commit details
    Browse the repository at this point in the history
  25. Fix minor reek issue

    anakinj committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    2153057 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    73855bf View commit details
    Browse the repository at this point in the history
  27. Added newline in .reek.yml

    anakinj committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    c8921db View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    1edad1b View commit details
    Browse the repository at this point in the history
  29. Split defaults even more

    anakinj committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    1e48820 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    11bb8b3 View commit details
    Browse the repository at this point in the history
  31. Allow keys to be procs

    anakinj committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    c37595d View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    1ef54ff View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    03b1adb View commit details
    Browse the repository at this point in the history