98 Commits (master)

Author SHA1 Message Date
Maksim Nabokikh 6b9ce00e11
feat: implement AuthSession CRUD operations (#4646) 11 hours ago
Maksim Nabokikh 5a4395fd12
feat: add UserIdentity entity and CRUD operations (#4643) 3 days ago
Maksim Nabokikh f80a89dd5d
feat(client): add allowed connectors field to client configuration (#4610) 5 days ago
Maksim Nabokikh 7777773067
feat(connector): connectors for grants (#4619) 6 days ago
Maksim Nabokikh 3d97c59032
test: add concurrency tests for storage implementations (#4631) 7 days ago
Maksim Nabokikh 591a201c88
feat(tests): add MySQL 8 support in CI and tests (#4617) 2 weeks ago
Maksim Nabokikh d78d744468
feat: Disallow unknown config fields (#4531) 3 weeks ago
Michiel De Backker a6962a8ba4
fix(mysql): quote `groups` reserved word in query replacer (#4580) 3 weeks ago
Ivan Zviagintsev 9e377718dc
feat: add name and emailVerified fields for static passwords (#4526) 1 month ago
Ivan Zviagintsev d1b2722e39
feat: support groups and preferred_username for staticPasswords (#4456) 2 months ago
Mark Sagi-Kazar 26accba6b1
ci: update linter 7 months ago
Mark Sagi-Kazar e230d9426d
test: use new Go features in tests 7 months ago
Maksim Nabokikh 5f91d4bed5
Allow compilation without CGO (#4266) 7 months ago
Oleksandr Redko 9891daa585
refactor: simplify tests by using slog.DiscardHandler (#4058) 12 months ago
Bob Maertz ad31b5d6f7
Passing context storage (#3941) 1 year ago
Sean Liao 0b6a78397e
use slog for structured logging (#3502) 2 years ago
Ferenc Fabian 2377b0a0cd
Add context to storage's Create endpoints (#2935) 2 years ago
Daniel Lipovetsky 07d7913049
chore: Upgrade golangci-lint to v1.50.1 from v1.46.0 (#2790) 3 years ago
Bob Callaway 793bcc4b61
address review comments 4 years ago
Bob Callaway fcfbb1ecb0 Add HMAC protection on /approval endpoint 4 years ago
Bob Callaway 83e2df821e
add PKCE support to device code flow (#2575) 4 years ago
Mark Sagi-Kazar a02f2e8fac
chore: fix lint violations 4 years ago
Eng Zer Jun f0186ff265
refactor: move from io/ioutil to io and os package 5 years ago
Salman Ahmed e1f3bfe418 storage/sql: use only one sqlite3 connection 5 years ago
Mark Sagi-Kazar e2b56d0a09
fix(storage/mysql): add missing port to the address 5 years ago
m.nabokikh 06c8ab5aa7 Fixes of naming and code style 5 years ago
m.nabokikh 91de99d57e feat: Add refresh token expiration and rotation settings 5 years ago
m.nabokikh b2e9f67edc Enable unparam, prealloc, sqlclosecheck linters 5 years ago
Josh Soref 119e4d66c6 spelling: indices 5 years ago
Josh Soref 1bfe2f6db2 spelling: habit 5 years ago
A Gardner 19d7edd530 Don't try to build sqlite when cgo isn't enabled 5 years ago
Mark Sagi-Kazar 349832b380
Run fixer 5 years ago
Bernd Eckstein b5519695a6
PKCE implementation (#1784) 5 years ago
m.nabokikh 1d83e4749d Add gocritic 5 years ago
m.nabokikh 4d63e9cd68 fix: Bump golangci-lint version and fix some linter's problems 5 years ago
justin-slowik 1404477326 Updates based on dexidp pr 6 years ago
Justin Slowik 9c699b1028 Server integration test for Device Flow (#3) 6 years ago
Justin Slowik 9bbdc721d5 Device flow token code exchange (#2) 6 years ago
Justin Slowik 0d1a0e4129 Device token api endpoint (#1) 6 years ago
Justin Slowik 6d343e059b Generates/Stores the device request and returns the device and user codes. 6 years ago
Nandor Kracser 5b7a664e9d
add docker-compose for local testing 6 years ago
Nandor Kracser c7e9960c7e
storage/mysql: increase auth_request.state length to 4096 6 years ago
Nandor Kracser 80749ffd3f
storage/sql: allow specifying sql flavor specific migrations 6 years ago
Aiden Andrews-McDermott 98f78db915 Updated config.go to remove the defaulting idle connection limit of 5 which is an issue for upstream https://github.com/go-sql-driver/mysql/issues/674 6 years ago
Mark Sagi-Kazar f141f2133b
Fix whitespace 6 years ago
Mark Sagi-Kazar 367b187cf4
Fix missspell 6 years ago
Mark Sagi-Kazar 0773c6e9f3
Add github actions CI flow 6 years ago
Joel Speed c782ac809c
Remove defaulting from connector_data column 6 years ago
Joel Speed 9ce4393156
Revert "Update SQL storage backend" 6 years ago
Joel Speed fea048b3e8
Fix SQL updater func 6 years ago