UNPKG

autumn-js

Version:

Autumn JS Library

12 lines (11 loc) 199 B
"use server"; const setupAuthPlugin = (options) => { global.__autumnAuth = options; }; const getAuthPlugin = () => { return global.__autumnAuth; }; export { getAuthPlugin, setupAuthPlugin };