Skip to content

angee.integrate.runtime_migrations.credential_app_keys

Add the vendor-neutral application-key credential kind.

applies

python
def applies(project_state: ProjectState) -> bool

Return whether Credential has exactly the legacy kind vocabulary.

Migration

python
class Migration(migrations.Migration)

Record app_keys in Credential.kind's StateField choices.

Released under the AGPL-3.0 License.