Socket
Socket
Sign inDemoInstall

@dotintent/intentbase-ui-auth

Package Overview
Dependencies
9
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @dotintent/intentbase-ui-auth

UI React components for Log in, Register and Forgot password, to use with auth providers like Cognito


Version published
Weekly downloads
9
increased by80%
Maintainers
3
Created
Weekly downloads
 

Readme

Source

Intentbase UI Auth

intent-logo
UI React components for Log in, Register and Forgot password,
to use with auth providers like Cognito.


Created by Intent

intentbase-ui-auth.chromatic.com

npm latest version


License CI NPM Bundle Size NPM Downloads semantic-release

Table of Contents

About

UI React components for Log in, Register and Forgot password, to use with auth providers like Cognito

Getting started

Prerequisites

Installation

yarn install

Prepare and fill secrets

Copy and paste .env.example into .env and fill all secrets.

Important Note: AWS secrets must be filled before starting storybook.

SecretDescriptionDefault
NODE_ENVDefine current environment-
AWS_COGNITO_REGIONeu-west-1
AWS_COGNITO_USER_POOL_ID-
AWS_COGNITO_USER_POOL_CLIENT_ID-

Running the app

yarn storybook

Conventional Commits

Commitlint checks if your commit messages meet the conventional commit format.

Example:

feat(blog): add comment section

Common types according to commitlint-config-conventional (based on the Angular convention) can be: conventional-commit-types.

Available scripts

To run script, in terminal type yarn {script}.

ScriptDescriptionNote
prepublishBuilds componentsIt runs automatically before every publish
preinstallChecks is yarn was used package managerIt runs automatically before every install
startStarts app locally
cleanRemoves build directory if it exists
buildBuilds app
serveServes locally app from build directoryBefore serve, run yarn build
testRuns test for utils and helpers
type-checkChecks TypeScript types
format:checkChecks prettier rules
formatFix prettier
lintFix linter
lint:checkChecks linter rules

Publishing

npm publish --access=public

Useful docs

License

Copyright 2020 Intent. Licensed under the MIT license.

Keywords

FAQs

Last updated on 26 Apr 2021

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc