Skip to content

Releases: primait/cloudflare_access_ex

0.1.4

19 Jan 13:45
e7b69d9
Compare
Choose a tag to compare

enh: updated dependency requirements for plug version

0.1.3

04 Jan 17:10
9160dca
Compare
Choose a tag to compare

What's Changed

  • ⚠️ breaking change! ⚠️ fix: authorization rejection must be handled with 403 and not 401 by @foo-1a in #31

Full Changelog: 0.1.2...0.1.3

0.1.2

10 Nov 14:19
Compare
Choose a tag to compare

What's Changed

BREAKING CHANGES:

  • Renamed AccessTokenVerifier to ApplicationTokenVerifier.
  • Changed the return type of verify to use the new Principal struct.

FEATURES:

  • Added ability to get the Principal after the Plug has been executed successfully

#24

Full Changelog: 0.1.1...0.1.2

0.1.1

06 Nov 15:18
Compare
Choose a tag to compare

Updating versions in doc. Technically only creating this release to test retire workflow.

0.1.0

06 Nov 15:03
Compare
Choose a tag to compare

Initial release