howdy/context/user

helper functions to handle authenticated users.

Types

The user type to store the user information

pub type User {
  User(name: String, claims: Map(String, String))
}

Constructors

  • User(name: String, claims: Map(String, String))