Package dev.relism.flash.ext.security.apikey


package dev.relism.flash.ext.security.apikey
  • Class
    Description
    An API key as the application stores it: never the secret, only its hash, and the grant it was issued with — whatever the application authorizes on.
    API keys sent as Authorization: Bearer <prefix>_<id>.<secret>.
    A caller authenticated by an API key, carrying the grant the key was issued with.
    Where the application keeps its API keys.
    A freshly generated key.