PackageTrack
Sign in Get early access

github.com/auth0/go-jwt-middleware

v1.0.1 #1505 most downloaded on Go modules auth0/go-jwt-middleware

What this package is like to depend on

Last release 5 years ago

no release in 18 months

Release timing varies

gaps range from 8 days to 3 months

Nearly every release is documented

notes for 2 of 2 stable releases

Nothing withdrawn

no release was ever pulled

12 years old

61 releases · first in 2014

0 releases in the last 12 months

see the full history below

Release timeline

61 releases · Dec 2014 to Dec 2021
2015 2017 2019 2021 2023 2025
Release Pre-release

Releases

latest 60 of 61
  1. v1.0.2-0.20211208073523-315dc82491d9 08 Dec 2021 pre-release

    Nothing published for this version

  2. v1.0.2-0.20211207093049-e434d25f064c 07 Dec 2021 pre-release

    Nothing published for this version

  3. v1.0.2-0.20211207093013-3167f1445ac1 07 Dec 2021 pre-release

    Nothing published for this version

  4. v1.0.2-0.20211207085715-1ba26fede11d 07 Dec 2021 pre-release

    Nothing published for this version

  5. v1.0.2-0.20211207073338-92afdf41eee6 07 Dec 2021 pre-release

    Nothing published for this version

  6. v1.0.2-0.20211202164120-59e1ceb29575 02 Dec 2021 pre-release

    Nothing published for this version

  7. v1.0.2-0.20211130165344-9a48f965b89c 30 Nov 2021 pre-release

    Nothing published for this version

  8. v1.0.2-0.20211130154615-b0113307b07c 30 Nov 2021 pre-release

    Nothing published for this version

  9. v1.0.2-0.20211129152614-1ef05311e1ce 29 Nov 2021 pre-release

    Nothing published for this version

  10. v1.0.2-0.20211129144322-2d2825dabcfc 29 Nov 2021 pre-release

    Nothing published for this version

  11. v1.0.2-0.20211115085145-d703ea9c89db 15 Nov 2021 pre-release

    Nothing published for this version

  12. v1.0.2-0.20211104132826-8ea1f08a4fdf 04 Nov 2021 pre-release

    Nothing published for this version

  13. v1.0.2-0.20211101163822-42d45ca897dd 01 Nov 2021 pre-release

    Nothing published for this version

  14. v1.0.2-0.20211101114954-2a698ca63a22 01 Nov 2021 pre-release

    Nothing published for this version

  15. v1.0.2-0.20211101095019-8e9c8a5a5ac7 01 Nov 2021 pre-release

    Nothing published for this version

  16. v1.0.2-0.20211101095019-0945f4d0c959 01 Nov 2021 pre-release

    Nothing published for this version

  17. v1.0.2-0.20211101095019-0945275a0a22 01 Nov 2021 pre-release

    Nothing published for this version

  18. v1.0.2-0.20211101095012-b96f9b0687a4 01 Nov 2021 pre-release

    Nothing published for this version

  19. v1.0.2-0.20211101095012-5dca7323da09 01 Nov 2021 pre-release

    Nothing published for this version

  20. v1.0.2-0.20210804140707-b4090e955b98 04 Aug 2021 pre-release

    Nothing published for this version

  21. v1.0.1 22 Jun 2021
    Release notes

    Full Changelog

    Added

    • Add .github Setup (#85)

    Changed

    • Update how to handle jwtMiddleware in Martini (#78)
    • Isolate example-only dependencies (#94)

    Fixed

    • Fix broken blog link (#83)

    <a name="v1.0.0"></a>

    Open source →
  22. v1.0.1-0.20211101095019-f5a87baa3b83 01 Nov 2021 pre-release

    Nothing published for this version

  23. v1.0.1-0.20211029104526-dcafadc7d22f 29 Oct 2021 pre-release

    Nothing published for this version

  24. v1.0.1-0.20211027230726-aa0c5e2e3df9 27 Oct 2021 pre-release

    Nothing published for this version

  25. v1.0.1-0.20210719135851-6401fcf7191b 19 Jul 2021 pre-release

    Nothing published for this version

  26. v1.0.1-0.20210716212939-b4ac45bdac0c 16 Jul 2021 pre-release

    Nothing published for this version

  27. v1.0.1-0.20210625200113-edd753b50b1f 25 Jun 2021 pre-release

    Nothing published for this version

  28. v1.0.1-0.20210612023713-66a443b3fd6e 12 Jun 2021 pre-release

    Nothing published for this version

  29. v1.0.1-0.20210525143809-665e7da821a2 25 May 2021 pre-release

    Nothing published for this version

  30. v1.0.1-0.20210430173908-d600c1000109 30 Apr 2021 pre-release

    Nothing published for this version

  31. v1.0.1-0.20210423195428-f4b59c09cb5b 23 Apr 2021 pre-release

    Nothing published for this version

  32. v1.0.1-0.20210329140513-575c421b5ffe 29 Mar 2021 pre-release

    Nothing published for this version

  33. v1.0.1-0.20210312205704-4c69730f3e8c 12 Mar 2021 pre-release

    Nothing published for this version

  34. v1.0.0 06 Jan 2021
    Release notes

    Added

    • Add algorithm check as option
    • Wrap errors with %w instead of %v (#68)
    • Use builtin request context
    • Support Go modules (#65)
    • Add a simple function for logging
    • Add ability to disable auth for preflight requests
    • Add JWT Middleware for Go
    • Add valid check
    • Add a bunch of different ways to extract a token from a request
    • Add additional documentation
    • Add Martini example
    • Add a test case using negroni

    Changed

    • Update FromAuthHeader to use strings.Fields instead of splitting strings by space to make parsing logic more robust (#11)
    • Replace "github.com/codegangsta/negroni" (#32)
    • Reformat examples to use new Claims type (#57)
    • Refactor code to use logf method
    • Disabling auth on OPTIONS now default behavior
    • Basic cleanups for golint (#56)

    Fixed

    • Fix CredentialsOptional flag being ignored
    • Fix the examples

    Security

    • Update jwt-go to v4 to address CVE-2020-26160 (#69)
    Open source →
  35. v0.0.0-20211101163822-42d45ca897dd 01 Nov 2021 pre-release

    Nothing published for this version

  36. v0.0.0-20210804140707-b4090e955b98 04 Aug 2021 pre-release

    Nothing published for this version

  37. v0.0.0-20210106204752-1c6db3ceac5f 06 Jan 2021 pre-release

    Nothing published for this version

  38. v0.0.0-20201030150249-d783b5c46b39 30 Oct 2020 pre-release

    Nothing published for this version

  39. v0.0.0-20200810150920-a32d7af194d1 10 Aug 2020 pre-release

    Nothing published for this version

  40. v0.0.0-20200507191422-d30d7b9ece63 07 May 2020 pre-release

    Nothing published for this version

  41. v0.0.0-20190805220309-36081240882b 05 Aug 2019 pre-release

    Nothing published for this version

  42. v0.0.0-20190805143758-0b99af40dab9 05 Aug 2019 pre-release

    Nothing published for this version

  43. v0.0.0-20190730214358-66794f4bd8f6 30 Jul 2019 pre-release

    Nothing published for this version

  44. v0.0.0-20190730213145-fdc7ecc67a4b 30 Jul 2019 pre-release

    Nothing published for this version

  45. v0.0.0-20170425171159-5493cabe49f7 25 Apr 2017 pre-release

    Nothing published for this version

  46. v0.0.0-20170222083412-91fde50a187e 22 Feb 2017 pre-release

    Nothing published for this version

  47. v0.0.0-20160421215738-f3f7de3b9e39 21 Apr 2016 pre-release

    Nothing published for this version

  48. v0.0.0-20160205070224-423e4321fd4d 05 Feb 2016 pre-release

    Nothing published for this version

  49. v0.0.0-20151215225247-731fd2f34fda 15 Dec 2015 pre-release

    Nothing published for this version

  50. v0.0.0-20150722123905-8c897f7c3631 22 Jul 2015 pre-release

    Nothing published for this version

  51. v0.0.0-20150721134223-69b43276bda2 21 Jul 2015 pre-release

    Nothing published for this version

  52. v0.0.0-20150611012854-3bef8d0c6fac 11 Jun 2015 pre-release

    Nothing published for this version

  53. v0.0.0-20150512214150-36ea8d70d2aa 12 May 2015 pre-release

    Nothing published for this version

  54. v0.0.0-20150511022123-ad9d8152050d 11 May 2015 pre-release

    Nothing published for this version

  55. v0.0.0-20150504234033-b5c3bdfbe165 04 May 2015 pre-release

    Nothing published for this version

  56. v0.0.0-20150302201146-9b0553289479 02 Mar 2015 pre-release

    Nothing published for this version

  57. v0.0.0-20150224150856-370eda90b375 24 Feb 2015 pre-release

    Nothing published for this version

  58. v0.0.0-20150203202136-6ce4cce63a48 03 Feb 2015 pre-release

    Nothing published for this version

  59. v0.0.0-20150127211754-353525ee8274 27 Jan 2015 pre-release

    Nothing published for this version

  60. v0.0.0-20141211201954-21c0e102e07a 11 Dec 2014 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive