UNPKG
@salte-auth/azure
Version:
latest (3.1.0)
next (3.0.0)
3.1.0
3.0.10
3.0.5
3.0.4
3.0.3
3.0.1
3.0.0
1.0.0-rc.1
A Salte Auth provider for authenticating with Azure AD!
github.com/salte-auth/azure
salte-auth/azure
@salte-auth/azure
/
dist
/
salte-auth-azure.cjs.js
8 lines
(6 loc)
•
194 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
if
(process.
env
.
NODE_ENV
===
"production"
) {
module
.
exports
=
require
(
"./salte-auth-azure.cjs.prod.js"
); }
else
{
module
.
exports
=
require
(
"./salte-auth-azure.cjs.dev.js"
); }