OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Bobby Rullo
88142764e9
db: Don't check that trusted peers clients exist
...
Checking that trusted peers exist means that you have to create clients
in a certain order, or else create all the clients, then update trusted
peers. Either way, not a great experience during setup.
The downside, of course, is that you lose validation of peer
IDs.
10 years ago
..
migrations
db, client: add data model for trusted peers
10 years ago
translate
db: clean up quote and executor function calls, improve translate docs
10 years ago
client.go
db: Don't check that trusted peers clients exist
10 years ago
conn.go
Merge pull request #356 from ericchiang/fix_cross_compilation
10 years ago
conn_postgres.go
db: protect the sqlite3 import with a cgo tag
10 years ago
conn_sqlite3.go
db: protect the sqlite3 import with a cgo tag
10 years ago
conn_test.go
db: only allow one open connection for in memory databases
10 years ago
connector_config.go
db: clean up quote and executor function calls, improve translate docs
10 years ago
db.go
db: clean up quote and executor function calls, improve translate docs
10 years ago
gc.go
*: Remove unnecessary else statements
11 years ago
gc_test.go
*: move original project to dex
11 years ago
health.go
db: gorp moved to github.com/go-gorp/gorp
11 years ago
key.go
db: clean up quote and executor function calls, improve translate docs
10 years ago
key_test.go
cmd, db: verify at least one secret is passed to --key-secrets
10 years ago
migrate.go
db, client: add data model for trusted peers
10 years ago
migrate_sqlite3.go
db, client: add data model for trusted peers
10 years ago
migrate_test.go
*: ClientIdentityXXX -> ClientXXX
10 years ago
password.go
db: clean up quote and executor function calls, improve translate docs
10 years ago
refresh.go
*: ClientIdentityXXX -> ClientXXX
10 years ago
refresh_test.go
db: strconv.ParseInt specify base 10
10 years ago
session.go
db: clean up quote and executor function calls, improve translate docs
10 years ago
session_key.go
db: clean up quote and executor function calls, improve translate docs
10 years ago
user.go
db, client: add data model for trusted peers
10 years ago