Releases: erlef/oidcc_plug
Releases · erlef/oidcc_plug
v0.4.0
What's Changed
- Allow the application to pass additional options to validate_id_token by @filmor in #63
- Add top level Web suffix on controller name by @LostKobrakai in #75
- Update oidcc_plug.gen.controller.ex by @LostKobrakai in #76
- fix oidcc_plug.gen.controller AuthHTML generation and its testing by @Lionstiger in #79
- Adds protection against CSRF on authorization flow by @GPrimola in #73
- Allow redirect_uri, client_id, client_secret to be set through a fn with Plug.Conn as param by @mwingert in #71
Dependency Updates
- Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #54
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #55
- Bump step-security/harden-runner from 2.13.0 to 2.13.1 by @dependabot[bot] in #56
- Bump actions/download-artifact from 5 to 6 by @dependabot[bot] in #57
- Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #58
- Bump step-security/harden-runner from 2.13.1 to 2.14.0 by @dependabot[bot] in #64
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #61
- Bump erlef/mix-dependency-submission from 1.2.1 to 1.2.2 by @dependabot[bot] in #60
- Bump actions/cache from 4 to 5 by @dependabot[bot] in #65
- Bump erlef/mix-dependency-submission from 1.2.2 to 1.3.1 by @dependabot[bot] in #68
- Bump the github-actions group with 2 updates by @dependabot[bot] in #69
- Bump the github-actions group across 1 directory with 3 updates by @dependabot[bot] in #74
- Bump step-security/harden-runner from 2.15.0 to 2.16.1 in the github-actions group by @dependabot[bot] in #77
New Contributors
- @filmor made their first contribution in #63
- @LostKobrakai made their first contribution in #75
- @Lionstiger made their first contribution in #79
- @GPrimola made their first contribution in #73
- @mwingert made their first contribution in #71
Full Changelog: v0.3.2...v0.4.0
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