@zwoastro/oauth
v1.2.0
Published
# Usage ```ts import { Oauth } from '@zwoastro/oauth'
Readme
Oauth
Usage
import { Oauth } from '@zwoastro/oauth'
const oauth = new Oauth(import.meta.env.buildMode)
const { getCookie, buildUrl, clearCookie } = oauth
buildUrl({
type: 'login',
redirectUrl: '',
locale: 'en'
})