Releases: gazebo-web/auth
Releases · gazebo-web/auth
v0.9.0
What's Changed
▶️ Bump actions/setup-go from 4 to 5 by @dependabot in #28- ⬆️ Bump github.com/golang-jwt/jwt/v5 from 5.0.0 to 5.2.1 by @dependabot in #30
- ⬆️ Bump firebase.google.com/go/v4 from 4.12.1 to 4.13.0 by @dependabot in #26
- Access token authentication with GCP service accounts by @marcoshuck in #29
- ⬆️ Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #31
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- Add CustomClaimer interface and implement it on the Firebase adapter by @marcoshuck in #23
- ⬆️ Bump firebase.google.com/go/v4 from 4.12.0 to 4.12.1 by @dependabot in #21
▶️ Bump actions/checkout from 3 to 4 by @dependabot in #20- Add firebase to the list of providers by @marcoshuck in #24
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- ⬆️ Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 by @dependabot in #16
- ⬆️ Bump firebase.google.com/go/v4 from 4.11.0 to 4.12.0 by @dependabot in #19
- Add support for getting email values from firebase claims by @marcoshuck in #18
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- Update dependabot prefix emojis by @AlejoAsd in #14
- ⬆️ Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by @dependabot in #15
- Make VerifyJWT extract JWT claims by @marcoshuck in #17
New Contributors
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- Add dependabot by @marcoshuck in #12
- Add firebase public keys updater by @marcoshuck in #10
- 🌱 Bump actions/setup-go from 3 to 4 by @dependabot in #13
New Contributors
- @dependabot made their first contribution in #13
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Add support for Firebase authentication by @marcoshuck in #8
Full Changelog: v0.3.1...v0.4.0
v0.3.1
What's Changed
- Remove examples section from README by @marcoshuck in #11
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Remove middleware and example from auth library by @marcoshuck in #9
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Improve middleware generation by using Extractors and TokenAuthentication by @marcoshuck in #7
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- Remove failing code by @marcoshuck in #5
- Add Format and Test workflows by @marcoshuck in #4
- Add token authentication system using JWT tokens by @marcoshuck in #1
- Bearer token middleware by @marcoshuck in #2
- Auth middleware example by @marcoshuck in #3
- Change README to reflect the new changes by @marcoshuck in #6
New Contributors
- @marcoshuck made their first contribution in #5
Full Changelog: https://github.com/gazebo-web/auth/commits/v0.1.0