Releases: erlef/oidcc_plug
Releases · erlef/oidcc_plug
v0.3.2
What's Changed
- Bump erlef/mix-dependency-submission from 1.1.0 to 1.1.3 by @dependabot[bot] in #46
- Bump step-security/harden-runner from 2.12.0 to 2.12.1 by @dependabot[bot] in #47
- Bump step-security/harden-runner from 2.12.1 to 2.12.2 by @dependabot[bot] in #49
- Bump erlef/mix-dependency-submission from 1.1.3 to 1.1.4 by @dependabot[bot] in #51
- Bump step-security/harden-runner from 2.12.2 to 2.13.0 by @dependabot[bot] in #50
- Bump erlef/mix-dependency-submission from 1.1.4 to 1.2.1 by @dependabot[bot] in #52
- Relax
:igniterdependency by @Gladear in #53
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- reapply styler, patch issues it introduced by @novaugust in #38
- fix a small typo in documentation by @mruoss in #39
- Implement refresh_jwks function for Userinfo by @maennchen in #44
- Igniter Update by @maennchen in #45
New Contributors
- @novaugust made their first contribution in #38
- @mruoss made their first contribution in #39
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Igniter Setup by @maennchen in #23
- Fix Optional Igniter by @maennchen in #37
- Add client store option by @MrYawe in #36
New Contributors
Full Changelog: v0.2.2...v0.3.0
v0.2.2
v0.2.1
What's Changed
- Correctly setup refresh fun in Plugs by @maennchen in #33
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Fix certification nonce compatibility warning by @maennchen in #18
- FAPI 2.0 Compliance by @maennchen in #19
- Add require authorization plug by @alishir in #21
- Fix Authorization Callback PKCE Verifier :none by @maennchen in #30
New Contributors
Full Changelog: v0.1.2...v0.2.0
v0.2.0-beta.1
What's Changed
- Fix certification nonce compatibility warning by @maennchen in #18
- FAPI 2.0 Compliance by @maennchen in #19
Full Changelog: v0.1.2...v0.2.0-beta.1
v0.1.2
What's Changed
- Create PKCE verifier according to RFC 7636 by @decius7bc in #13
- Expose preferred_auth_methods option in authorization callback by @maennchen in #15
New Contributors
- @decius7bc made their first contribution in #13
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Make sure Plug opts are escapable for AST by @maennchen in #11
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Properly Implement Reponse caching using a Cache Behaviour by @maennchen in #2
- Implement Code Flow Plugs by @maennchen in #3
- Allow Runtime Config for Certain Options by @maennchen in #4
- Various fixes by @maennchen in #5
- Fix Authorize Callback Session Handling by @maennchen in #6
- Handle PKCE automatically by @maennchen in #7
- Add SECURITY.md by @maennchen in #8
- Setup GitHub Actions Package Publish by @maennchen in #9
- Improve CI Test Matrix by @maennchen in #10
New Contributors
- @maennchen made their first contribution in #2
Full Changelog: v0.1.0-alpha.1...v0.1.0