@tapni/auth 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/.vite/manifest.json +11 -0
- package/dist/TapniAuth.es.js +6806 -0
- package/dist/TapniAuth.umd.js +102 -0
- package/dist/style.css +1 -0
- package/package.json +5 -2
- package/.env.development +0 -5
- package/.env.production +0 -8
- package/.env.staging +0 -8
- package/.env.standalone +0 -4
- package/.vscode/extensions.json +0 -3
- package/index.html +0 -35
- package/jsconfig.json +0 -8
- package/src/App.vue +0 -269
- package/src/components/Language.vue +0 -158
- package/src/components/LinkIcon.vue +0 -288
- package/src/components/ModalOverlay.vue +0 -67
- package/src/components/SSO.vue +0 -126
- package/src/components/SSOPick.vue +0 -166
- package/src/install.js +0 -8
- package/src/main.js +0 -96
- package/src/mixins/apple.mixin.js +0 -60
- package/src/mixins/auth.mixin.js +0 -525
- package/src/mixins/facebook.mixin.js +0 -78
- package/src/mixins/global.mixin.js +0 -110
- package/src/mixins/google.mixin.js +0 -61
- package/src/mixins/microsoft.mixin.js +0 -88
- package/src/mixins/okta.mixin.js +0 -132
- package/src/mixins/qr-auth.mixin.js +0 -112
- package/src/mixins/saml.mixin.js +0 -84
- package/src/router/index.js +0 -9
- package/src/routes.js +0 -55
- package/src/services/Api.js +0 -55
- package/src/services/AuthService.js +0 -71
- package/src/services/CompanyService.js +0 -13
- package/src/services/DeviceService.js +0 -10
- package/src/services/UserService.js +0 -49
- package/src/services/UtilService.js +0 -221
- package/src/store/constants.js +0 -8
- package/src/store/event-bus.js +0 -30
- package/src/store/locales/cn.js +0 -462
- package/src/store/locales/de.js +0 -528
- package/src/store/locales/en.js +0 -514
- package/src/store/locales/es.js +0 -536
- package/src/store/locales/fr.js +0 -520
- package/src/store/locales/it.js +0 -518
- package/src/store/locales/kr.js +0 -496
- package/src/store/locales/lang.js +0 -47
- package/src/store/locales/sr.js +0 -497
- package/src/store/locales/tr.js +0 -491
- package/src/styles/framework.css +0 -4012
- package/src/styles/inter.ttf +0 -0
- package/src/styles/style.css +0 -618
- package/src/views/Callback.vue +0 -47
- package/src/views/Login.vue +0 -389
- package/src/views/QR.vue +0 -39
- package/src/views/Register.vue +0 -217
- package/src/views/Reset.vue +0 -155
- package/src/views/Verify.vue +0 -170
- package/src/views/Welcome.vue +0 -69
- package/vite.config.js +0 -58
- /package/{public → dist}/.gitkeep +0 -0
- /package/{public → dist}/.well-known/apple-app-site-association +0 -0
- /package/{public → dist}/.well-known/assetlinks.json +0 -0
- /package/{public → dist}/.well-known/microsoft-identity-association.json +0 -0
- /package/{public → dist}/android-chrome-192x192.png +0 -0
- /package/{public → dist}/android-chrome-512x512.png +0 -0
- /package/{public → dist}/apple-touch-icon.png +0 -0
- /package/{public → dist}/favicon-16x16.png +0 -0
- /package/{public → dist}/favicon-32x32.png +0 -0
- /package/{public → dist}/favicon.ico +0 -0
- /package/{public → dist}/icon.png +0 -0
- /package/{public → dist}/site.webmanifest +0 -0