Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: joken-elixir/joken

Tags

v2.6.1

Toggle v2.6.1's commit message
Bump version to 2.6.1

v2.6.0

Toggle v2.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bumps to 2.6.0 (#390)

v2.5.0

Toggle v2.5.0's commit message
update README

v2.4.1

Toggle v2.4.1's commit message
Bump version

v2.4.0

Toggle v2.4.0's commit message
Fixed docs generation

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version 2.3.0 (#292)

* Bump version 2.3.0

* update OTP version

v2.2.0

Toggle v2.2.0's commit message
chore: bump version

v2.1.0

Toggle v2.1.0's commit message
chore: bump version

v2.0.0

Toggle v2.0.0's commit message
Release v2.0.0

This is a completely re-written version of Joken that focused on:

- Performance:
  - avoid setting encoder everytime
  - use Jason
  - use benchmarks to find bottlenecks
- Portability of configuration:
  - previous versions made it awkward to pass configuration forward
  - the new module approach makes it easier to think about tokens
  - Enhanced typespecs
- Extensibility
  - a new hook system
  - JWKS as a hook (new library)
- Documentation
  - A series of guides to ease on adopting Joken2

And many other things... check the CHANGELOG.md file and the

v2.0.0-rc3

Toggle v2.0.0-rc3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: all around fixes (#204)

- Typespecs
- Simplified hook code and explanation
- Fixed after hook not receiving proper status
- Updated deps
- Last docs polishing