61 Commits (v1)

Author SHA1 Message Date
Rubén Soleto Buenvarón c91b37aa9e refresh token rotation 10 years ago
Eric Chiang b02a3a3163 *: add "groups" scope 10 years ago
Eric Chiang f899cbaea8 return 409 for duplicate client ids 10 years ago
Bobby Rullo 095489d7c5 db: fix client migration test 10 years ago
Bobby Rullo 09e889e7bc client: add public client to data model 10 years ago
Bobby Rullo 75473b4cba refresh tokens: grant claims based on scopes 10 years ago
Bobby Rullo 32a1994a5e refresh tokens: store and validate scopes. 10 years ago
Bobby Rullo 88142764e9 db: Don't check that trusted peers clients exist 10 years ago
Bobby Rullo ca18efb1fe client: load full clients w/ LoadableClient 10 years ago
Bobby Rullo f9dbc8a3d2 db, client: add data model for trusted peers 10 years ago
Bobby Rullo 1b4dca80d7 client: remove ClientManagerFromClients 10 years ago
Evan Cordell a418e1c4e7 client: add client manager 10 years ago
Evan Cordell 3da98fcb8e client: add transaction support 10 years ago
Bobby Rullo 399b15abeb integration, *: Improve tests for admin api 10 years ago
Bobby Rullo e7141336bc db: Client() should not return the secret 10 years ago
Bobby Rullo e5948ab3ce *: ClientIdentityXXX -> ClientXXX 10 years ago
Bobby Rullo 95757e8779 *: Client Repo now deals with custom Client object 10 years ago
Eric Chiang 5c5df23a57 db: print better error messages for invalid input 10 years ago
Eric Chiang 7416929455 *: add revocation methods to refresh repo 10 years ago
Eric Chiang 6120f7ac05 *: add isAdmin option to client repo when creating a client 10 years ago
Eric Chiang 875d5d09bf db: regenerate migrations 10 years ago
Eric Chiang 4feaae98b0 db: add better comment about migration 10 years ago
Eric Chiang 93b89ad0e9 db: protect the sqlite3 import with a cgo tag 10 years ago
Eric Chiang 2a0cc47419 db: generate in-memory migration assets 10 years ago
Eric Chiang f738188c13 db: switch migration source to use in-memory migration 10 years ago
Eric Chiang 208afd3b01 *: add functional tests for case insensitive emails 10 years ago
Eric Chiang 9bc68edae7 *: add migration to convert all emails to lowercase 10 years ago
Eric Chiang 22180c697f db: only allow one open connection for in memory databases 10 years ago
Eric Chiang ed5dee9960 db: clean up quote and executor function calls, improve translate docs 10 years ago
Eric Chiang 1658e86b2a *: fix govet warnings 10 years ago
Eric Chiang 72d1ecab64 *: remove in memory password info repo 10 years ago
Eric Chiang 95560404a3 *: remove in memory refresh repo 10 years ago
Eric Chiang 7bac93aa20 *: remove in memory session repos 10 years ago
Eric Chiang bfd63b7514 db: add sqlite3 support 10 years ago
Eric Chiang d255007ed9 db: log ignored base64 decode error 10 years ago
Eric Chiang 9796a1e648 *: add migration to update JSON fields and require postgres 9.4+ 10 years ago
Bobby Rullo c1f8effe1a db, functional: make value column in key not pkey 10 years ago
Eric Chiang a7138b3cfd db: rebuild miration assets using go generate 10 years ago
Eric Chiang 6cb3146b09 build,db: don't call go-bindata on every build 10 years ago
Eric Chiang 49389c9b90 cmd, db: verify at least one secret is passed to --key-secrets 10 years ago
Eric Chiang 9f3bf0d160 db: strconv.ParseInt specify base 10 10 years ago
Eric Chiang 5295344f9e db: fixed missing return statement GetConnectorByID 10 years ago
Eric Chiang f43655a8c3 user/manager: connector must exists when creating remote identity 10 years ago
George Tankersley 07a4d4441e pkg/crypto: replace old crypto with new crypto 11 years ago
Joe Bowers c70b29f83d db: log schema errors, distinguish them from nil results where needed 11 years ago
Joe Bowers 2ed2859896 repo: functional repo tests 11 years ago
Joe Bowers e5db302312 server: expose user disable API endpoint 11 years ago
Joe Bowers 60a36e2c2e server,db: flag for disabling user login 11 years ago
Giulio Iotti 472e4a02a4 *: Remove unnecessary else statements 11 years ago
Yifan Gu 44c6cb44f5 refresh: bcrypt raw bytes rather than base64 encoded string. 11 years ago