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.
 
 
 
 
 
 
Eric Chiang b02a3a3163 *: add "groups" scope 10 years ago
..
0001_initial_migration.sql db: add DB migration code and scripts. 11 years ago
0002_dex_admin.sql db: initialize bigint, boolean columns 11 years ago
0003_user_created_at.sql db: initialize bigint, boolean columns 11 years ago
0004_session_nonce.sql db: add DB migration code and scripts. 11 years ago
0005_refresh_token_create.sql refresh: bcrypt raw bytes rather than base64 encoded string. 11 years ago
0006_user_email_unique.sql db: add DB migration code and scripts. 11 years ago
0007_session_scope.sql session: add 'scope' field in session. 11 years ago
0008_users_active_or_inactive.sql server,db: flag for disabling user login 11 years ago
0009_key_not_primary_key.sql db, functional: make value column in key not pkey 10 years ago
0010_client_metadata_field_changed.sql *: add migration to update JSON fields and require postgres 9.4+ 10 years ago
0011_case_insensitive_emails.sql db: add better comment about migration 10 years ago
0012_add_cross_client_authorizers.sql db, client: add data model for trusted peers 10 years ago
0013_add_public_clients.sql client: add public client to data model 10 years ago
0013_add_scopes_to_refresh_tokens.sql refresh tokens: store and validate scopes. 10 years ago
0014_add_groups.sql *: add "groups" scope 10 years ago
assets.go *: add "groups" scope 10 years ago
gen_assets.go db: switch migration source to use in-memory migration 10 years ago
migrations.go db: switch migration source to use in-memory migration 10 years ago