vikunja/pkg/utils
viehlieb ed4da96ab1
All checks were successful
continuous-integration/drone/push Build is passing
feat: assign users to teams via OIDC claims (#1393)
This change adds the ability to sync teams via a custom openid claim. Vikunja will automatically create and delete teams as necessary, it will also add and remove users when they log in. These teams are fully managed by Vikunja and cannot be updated by a user.

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #1393
Resolves #1279
Resolves https://github.com/go-vikunja/vikunja/issues/42
Resolves #950
Co-authored-by: viehlieb <pf@pragma-shift.net>
Co-committed-by: viehlieb <pf@pragma-shift.net>
2024-03-02 08:47:10 +00:00
..
duration_test.go
duration.go
humanize_duration_test.go
humanize_duration.go
md5_string_test.go
md5_string.go
normalize_hex.go feat: accept hex values which start with a # 2023-10-24 16:12:22 +02:00
random_test.go chore(deps): update golangci-lint rules 2023-12-19 13:34:31 +01:00
random.go fix: lint 2023-09-01 08:39:25 +02:00
sha256_test.go
sha256.go
slice_difference.go feat: assign users to teams via OIDC claims (#1393) 2024-03-02 08:47:10 +00:00
time.go
umask_unix.go
umask_windows.go
write_to_zip.go