Module
Yoga.Fastify.Auth.Argon2
- Package
- purescript-yoga-fastify
- Repository
- rowtype-yoga/purescript-yoga-fastify
#HashedPassword Source
#hashPassword Source
hashPassword :: forall opts opts_. Union opts opts_ Argon2OptionsImpl => String -> Record opts -> Aff HashedPassword#verifyPassword Source
verifyPassword :: HashedPassword -> String -> Aff Boolean#Argon2OptionsImpl Source
type Argon2OptionsImpl :: Row Typetype Argon2OptionsImpl = (hashLength :: Int, memoryCost :: Int, parallelism :: Int, timeCost :: Int)
- Modules
- Yoga.
Fastify. Auth. Argon2 - Yoga.
Fastify. Auth. JWT - Yoga.
Fastify. Fastify - Yoga.
Fastify. Plugin - Yoga.
Fastify. Plugin. Cors - Yoga.
Fastify. Plugin. Helmet - Yoga.
Fastify. Plugin. RateLimit - Yoga.
Fastify. Plugin. WebSocket - Yoga.
Fastify. Route. HandleResponse - Yoga.
Fastify. Route. HandleRoute - Yoga.
Fastify. Route. ParseBody - Yoga.
Fastify. Route. ParseHeaders - Yoga.
Fastify. Route. ParsePathParams - Yoga.
Fastify. Route. ParseQueryParams - Yoga.
Fastify. Route. SetHeaders