Authefy GraphQL API

an identity management component ensuring that individuals have the appropriate access to application resources.

Schema

file-download
5KB
authefy.graphql

Internal API Flow

Admin registers in Authefy GraphQL API with their email

mutation {
  createAdmin(input:{
    username:"hov@email.com"
    password:"8b7b748af874504b98d263e8d070fec3"
  }) {
    id
    username
    type
    isEmailVerified
  }
}

Admin verifies their email

Click the link and it will verify the admin's email

Admin creates a new application

Admin generates a new application access key

Last updated