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
399b15abeb
integration, *: Improve tests for admin api
...
* TestCreateClient was missing test coverage on error cases
* Fixed bug where 500s were being reported for bad requests
* changed function signature of NewAdminAPI back to old way of passing
in lots of repos: passing in a DbMap made it difficult to test
* added swappable ID and Secret generators when creating Clients
10 years ago
..
migrations
db: regenerate migrations
10 years ago
translate
db: clean up quote and executor function calls, improve translate docs
10 years ago
client.go
integration, *: Improve tests for admin api
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: switch migration source to use in-memory migration
10 years ago
migrate_sqlite3.go
*: remove in memory session repos
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: print better error messages for invalid input
10 years ago