Skip to content
Snippets Groups Projects
Select Git revision
  • claims-in-idtoke
  • master default protected
  • jwt_encode_inconsistencies
  • recovery-code-pwhash
  • incremental-sync
  • redis-rate-limits
  • typehints
  • v1.2.x
  • v1.x.x
  • v1.1.x
  • feature_invite_validuntil_minmax
  • Dockerfile
  • v1.0.x
  • roles-recursive-cte
  • v2.3.1
  • v2.3.0
  • v2.2.0
  • v2.1.0
  • v2.0.1
  • v2.0.0
  • v1.2.0
  • v1.1.2
  • v1.1.1
  • v1.0.2
  • v1.1.0
  • v1.0.1
  • v1.0.0
  • v0.3.0
  • v0.2.0
  • v0.1.5
  • v0.1.4
  • v0.1.2
32 results

check_migrations.py

Forked from uffd / uffd
Source project has a limited visibility.
  • Julian's avatar
    fa67bde0
    Migrate OAuth2 and API clients to database · fa67bde0
    Julian authored
    Also adds a shallow Service model that coexists with the config-defined
    services to group multiple OAuth2 and API clients together.
    
    Clients defined in the config with OAUTH2_CLIENTS and API_CLIENTS_2 are
    imported by the database migrations.
    
    Removes support for complex values for the OAuth2 client group_required option.
    Only simple group names are supported, not (nested) lists of groups previously
    interpreted as AND/OR conjunctions. Also removes support for the login_message
    parameter of OAuth2 clients.
    fa67bde0
    History
    Migrate OAuth2 and API clients to database
    Julian authored
    Also adds a shallow Service model that coexists with the config-defined
    services to group multiple OAuth2 and API clients together.
    
    Clients defined in the config with OAUTH2_CLIENTS and API_CLIENTS_2 are
    imported by the database migrations.
    
    Removes support for complex values for the OAuth2 client group_required option.
    Only simple group names are supported, not (nested) lists of groups previously
    interpreted as AND/OR conjunctions. Also removes support for the login_message
    parameter of OAuth2 clients.