Skip to content

Releases: joken-elixir/joken

v2.0.0-rc1

05 Oct 18:55
Compare
Choose a tag to compare
v2.0.0-rc1 Pre-release
Pre-release
  • Better signers (now with header arguments);
  • Less dependency on JOSE;

1.5.0

10 Jun 18:55
Compare
Choose a tag to compare
Update version and CHANGELOG.md

1.4.1

20 Jan 23:40
Compare
Choose a tag to compare
v1.4.1

Update for 1.4.1 release

1.4.0

20 Jan 23:34
Compare
Choose a tag to compare
Merge pull request #162 from bryanjos/add_peek_header

Add peek_header function

1.3.2

04 Nov 13:48
Compare
Choose a tag to compare

1.3.1

25 Sep 21:42
Compare
Choose a tag to compare
  • Enhancements

1.3.0

10 Sep 16:38
Compare
Choose a tag to compare
  • Enhancements
    • Update jose dependency to 1.8
    • Now requires Elixir 1.2 or greater
    • Remove debug logging statements (thanks to @MSch)

1.2.2

11 Aug 23:51
Compare
Choose a tag to compare
  • Bug fixes
    • Fix incorrect property name in with_header_args/2 (thanks to @hogjosh)
    • Fix typos in README.md (thanks to @ugisozols)
    • Fix warnings introduced in Elixir 1.3

1.2.0

30 Mar 13:52
Compare
Choose a tag to compare
  • Enhancements
    • Bumped JOSE dependency to 1.7.3 adding native libsodium, keccakf1600 and libdecaf support. Documentation updated to account for that.
    • Generated claims are available after signing (thanks to @lnikkila)
    • Using credo lint checker
  • Bug fixes
    • Fix validation of iat on the same second (thanks to @lnikkila)
    • Fix using @on_load to better support exrm (thanks to @tonyarkles)
  • Deprecations:
    • Joken.Plug: on_verifying option has been replaced by verify. The private option, joken_on_verifying has been replaced with joken_verify as well.
      on_verifying and joken_on_verifying will be removed in a future version.
    • Configuration of none algorithm is no longer done automatically. To allow the none algorithm, set allow_none_algorithm as before and call Joken.Signer.configure_unsecured_signing() once during your application's start

1.1.0

01 Feb 23:57
Compare
Choose a tag to compare
  • Enhancements
    • Add EdDSA support: Ed25519, Ed25519ph, Ed448, Ed448ph