Releases: loopholelabs/auth
Releases · loopholelabs/auth
v0.2.92
What's Changed
- Bump the go_modules group across 1 directory with 4 updates by @dependabot in #14
- Bump github.com/google/uuid from 1.5.0 to 1.6.0 by @dependabot in #19
- Bump github.com/rs/zerolog from 1.29.1 to 1.33.0 by @dependabot in #18
- Bump github.com/go-openapi/swag from 0.22.4 to 0.23.0 by @dependabot in #17
- Bump github.com/go-openapi/runtime from 0.26.0 to 0.28.0 by @dependabot in #16
- Bump github.com/swaggo/swag from 1.16.1 to 1.16.3 by @dependabot in #15
New Contributors
- @dependabot made their first contribution in #14
Full Changelog: v0.2.91...v0.2.92
v0.2.48
v0.2.28
v0.2.27
What's Changed
- Refactor: Updating Data Model by @ShivanshVij in #11
Full Changelog: v0.2.26...v0.2.27
v0.2.15
What's Changed
- Feat: Adding Optional Validation Function by @ShivanshVij in #10
Full Changelog: v0.2.14...v0.2.15
Validation Helper Functions
v0.1.1 Adding and using helper functions
Initial Release
Add Foreign Key Constraints to Sessions (#4) * Updating required schema * Updating schema for storage to be more streamlined * Fixing minor bugs and renaming functions/interfaces * Making manager more streamlined by only exposing required functions * Fixing and streamlining bugs around flow verification * Updating generated code * Updating generated code