Skip to content

Releases: ViBiOh/auth

v3.11.1

29 Mar 16:37
aaba598

Choose a tag to compare

Features

v3.11.0

28 Mar 17:41
18ad16a

Choose a tag to compare

Features

  • Adding get invite by id with the token 18ad16a
  • Add cookie inspector 1e2d37c

Miscellaneous

  • (deps) Bump github.com/ViBiOh/httputils/v4 from 4.85.0 to 4.86.0 60661a6
  • (deps) Bump github.com/jackc/pgx/v5 from 5.8.0 to 5.9.1 3ae17c6
  • (deps) Bump google.golang.org/grpc c0639e6
  • Update index.tmpl 445abcd

v3.10.0

16 Mar 20:04
ec8c0bb

Choose a tag to compare

Features

  • (oauth) Add google support ec8c0bb
  • Add icon for oauth selector 7e686c6
  • Adding a chooser for multi oauth capability 16ba73a

Fixes

  • (basic) Remove log when cookie not found 13de81a

Miscellaneous

  • (deps) Bumping httputils 11dfbb1
  • (deps) Bump golang.org/x/crypto from 0.48.0 to 0.49.0 d1a97c1
  • (deps) Bump golang.org/x/oauth2 from 0.35.0 to 0.36.0 ae88e50
  • (deps) Bump github.com/ViBiOh/httputils/v4 from 4.84.6 to 4.84.7 35f6217
  • (deps) Bump go.opentelemetry.io/otel/trace from 1.40.0 to 1.41.0 7848cfb
  • (deps) Bump crazy-max/ghaction-import-gpg from 6 to 7 7265caa

v3.9.1

26 Feb 13:33
4fbb10a

Choose a tag to compare

Miscellaneous

v3.9.0

20 Feb 12:12
9a5c7a8

Choose a tag to compare

Features

  • Adding logout func for basic 7d284c4

Miscellaneous

  • (deps) Bumping deps 9a5c7a8
  • (linter) Using the latest version of the linter 952f8fd
  • running go fix 4481f95

v3.8.1

16 Feb 10:44
e045467

Choose a tag to compare

Miscellaneous

v3.8.0

15 Feb 23:19
9715107

Choose a tag to compare

Features

  • Adding cookie for basic auth 9715107
  • Make user compatible for cookie 6a8312e

Miscellaneous

  • (go) Fixing golangci-lint version c520b05
  • (deps) Switching to go1.26 561ea7c
  • (deps) Bump golang.org/x/oauth2 from 0.34.0 to 0.35.0 5e6c695
  • (deps) Bump golang.org/x/crypto from 0.47.0 to 0.48.0 f4325cc
  • (deps) Bump go.opentelemetry.io/otel/trace from 1.39.0 to 1.40.0 93da930
  • (deps) Bump github.com/golang-jwt/jwt/v5 from 5.3.0 to 5.3.1 fc59535
  • (deps) Bump github.com/ViBiOh/httputils/v4 from 4.84.2 to 4.84.3 a67f16a

v3.7.0

21 Jan 16:39
288be99

Choose a tag to compare

Features

  • Adding cookie refresh when token is refreshed 288be99

Miscellaneous

  • Using generic for cookie 0008614
  • (deps) Bump github.com/ViBiOh/httputils/v4 from 4.84.1 to 4.84.2 cc847c6
  • (deps) Bump golang.org/x/crypto from 0.46.0 to 0.47.0 b62bfd5
  • Tuning option for gofumpt and golangci lint f1ac4ed

v3.6.5

04 Jan 14:14
05da179

Choose a tag to compare

Fixes

  • Fix race condition betweem invite and basic users 05da179

Miscellaneous

  • Factorize oauth management 8722397

v3.6.4

03 Jan 16:53
6a85c8e

Choose a tag to compare

Features

  • Fetch basic user too 6a85c8e
  • Use renderer for rendering error instead of plain test b14a6fb

Fixes