Package

de.choffmeister.auth

common

Permalink

package common

Visibility
  1. Public
  2. All

Type Members

  1. case class JsonWebToken(claims: Map[String, JsValue] = Map.empty, createdAt: Instant = ..., expiresAt: Instant = ...) extends Product with Serializable

    Permalink
  2. class JsonWebTokenException extends Exception

    Permalink
  3. case class OAuth2AccessTokenResponse(tokenType: String, accessToken: String, expiresIn: Long) extends Product with Serializable

    Permalink
  4. trait PasswordHashAlgorithm extends AnyRef

    Permalink
  5. class PasswordHasher extends AnyRef

    Permalink

Value Members

  1. object JsonWebToken extends Serializable

    Permalink
  2. object OAuth2AccessTokenResponseFormat extends RootJsonFormat[OAuth2AccessTokenResponse]

    Permalink
  3. object PBKDF2 extends PasswordHashAlgorithm

    Permalink

    pbkdf2:hmac-sha1:10000:128:(salt):(hash)

  4. object Plain extends PasswordHashAlgorithm

    Permalink

    plain:(password)

Ungrouped