napkin-0.5.13
Copyright(c) Soostone Inc 2020
LicenseAllRightsReserved
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Napkin.Auth.Utils

Description

 
Synopsis

Documentation

oAuthChallenge :: IO ByteString #

generates a random valid string

eitherRNG #

Arguments

:: Int

number of bytes for the generated bytestring

-> IO ByteString 

get some random data. The intent is to create a valid encrypted string, used by google oauth backend.