Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@getstation/authentication-ui

Package Overview
Dependencies
Maintainers
8
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getstation/authentication-ui

Station authentcation UI

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
8
Created
Source

Station Authentication

auth.getstation.com website and @getstation/authentication-ui package.

Netlify Status

npm version

Package usage

$ yarn add @getstation/authentication-ui
import { ProvidedAuthenticationBox } from '@getstation/authentication-ui';

<ProvidedAuthenticationBox
  apiGQLEndpoint={process.env.GRAPHQL_URI}
  firebaseConfig={{
    apiKey: process.env.FIREBASE_API_KEY,
    authDomain: process.env.FIREBASE_AUTH_DOMAIN,
  }}
  allowSignUp={false}
  onAuthenticated={this.props.onAuthenticated}
/>

Development

Setup

  • Clone this repository
  • Run yarn to install dependencies
  • Create a .env file with a unique ENVKEY generated through EnvKey App
  • Run yarn start to start the dev server

Commands

yarn start will start the development server.

yarn run storybook will start the Storybook server.

yarn run build:package will build the published package.

Deployment

Website

master is deployed on auth.getstation.com with Netlify.

master is deployed on auth-dev.getstation.com with development environement (Firebase Dev) with Netlify. Netlify Status

Package

The source code is transpiled thru babel and is published with src/package/index as entry point.

FAQs

Package last updated on 06 Jan 2020

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