m
Size: a a a
m
🚀🚀
🚀🚀
🚀🚀
🚀🚀
🚀🚀
🚀🚀
🚀🚀
m
ЕГ
🚀🚀
🚀🚀
🚀🚀
🚀🚀
m
m
ЕГ
🚀🚀
// initJwt.ts
import {jwtAuth} from './authImpl'
import {authFx} from './auth'
authFx.use(jwtAuth)
// initCookies.ts
import {cookiesAuth} from './authImpl'
import {authFx} from './auth'
authFx.use(cookiesAuth)
// init.ts
if (process.env.USE_JWT) import('./initJwt.ts')
else import('./initCookies.ts')
🚀🚀
🚀🚀