Module

Gun.Sea

Package
purescript-gun
Repository
timdeputter/purescript-gun

The Sea module provides basic security and authentication functionality.

#auth Source

auth :: String -> String -> GunDb -> Aff User

Authenticates a user with a username and a password.

#create Source

create :: String -> String -> GunDb -> Aff Unit

Creates a new user with the given username and password.

Modules
Gun
Gun.Sea