New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@biz-storefront/auth

Package Overview
Dependencies
Maintainers
2
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@biz-storefront/auth

A embeddable single page application to handle authentication for your storefront.

  • 2.0.86-alpha.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-95.08%
Maintainers
2
Weekly downloads
 
Created
Source

Biz Auth

A embeddable single page application to handle authentication for your storefront.

Requirements

In order for the application to work, it requires a Auth and Customer service interface implementation to be injected.

import Store from 'bizstore'
import Authentication from 'biz-auth'
import { AuthService, CustomerService } from '@biz-storefront/services'

const store = new Vuex.Store(Store)
const app = new Vue({
    provide(){
        return {
            CustomerService,
            AuthService
        }
    },
    store,
    ...Authentication
})

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your end-to-end tests

npm run test:e2e

Run your unit tests

npm run test:unit

Customize configuration

See Configuration Reference.

FAQs

Package last updated on 19 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc