1.0.2 • Published 6 years ago
@getstation/authentication-ui v1.0.2
Station Authentication
auth.getstation.com website and @getstation/authentication-ui package.
Package usage
$ yarn add @getstation/authentication-uiimport { 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
yarnto install dependencies - Create a
.envfile with a uniqueENVKEYgenerated through EnvKey App - Run
yarn startto 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.
Package
The source code is transpiled thru babel and is published with src/package/index as entry point.
1.0.2
6 years ago
1.0.2-rc
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago
1.0.0-rc.8
6 years ago
1.0.0-rc.7
6 years ago
1.0.0-rc.5
6 years ago
1.0.0-rc.6
6 years ago
1.0.0-rc.4
6 years ago
1.0.0-rc.3
6 years ago
1.0.0-rc.2
6 years ago
1.0.0-rc.1
6 years ago
1.0.0-rc.0
6 years ago