UNPKG
@salte-auth/wso2
Version:
latest (3.1.0)
3.1.0
3.0.10
3.0.4
3.0.3
3.0.2
3.0.0
1.0.0-rc.1
A Salte Auth provider for authenticating with WSO2!
github.com/salte-auth/wso2
salte-auth/wso2
@salte-auth/wso2
/
dist
/
salte-auth-wso2.cjs.js
8 lines
(6 loc)
•
192 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-wso2.cjs.prod.js"
); }
else
{
module
.
exports
=
require
(
"./salte-auth-wso2.cjs.dev.js"
); }