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
6
increased by20%
Maintainers
3
Created
Weekly downloads
 

Changelog

Source

1.0.0 (2021-04-12)

Bug Fixes

  • add environment props for storybook IntentbaseProvider, add info in readme about aws secrets (c2788de)
  • add missing rimraf dependency in package.json (6ba5521)
  • add MIT in package.json (1642418)
  • change AWS_REGION secret name, fix ResendConfirmationCodeButton styles, fix typos (de2426c)
  • code styling for workflows (d922cd8)
  • eslint warnings (fea66fa)
  • format email values (ca32c9f)
  • handle amplify secrets (53864b5)
  • handle error when no aws secrets provided (62a5517)
  • handle error when no aws secrets provided (7a93c40)
  • refactor forms and validations (74835ec)
  • refactor project structure (25d246c)
  • refactor stories (73ecca2)
  • remove registry-url from setup-node ci jobs (17afc6b)
  • remove unneeded dependencies (61f8860)
  • remove working-dir from chromatic workflow (34153bf)
  • tsconfig (591941b)
  • wip (00240f3)

Features

  • add chromatic workflow (f3592c8)
  • add missing hook export (6e4cf3c)
  • add new hooks, unify names (5fe9737)
  • add new hooks, unify names (c167c35)
  • add new method to gather token, fix typo (22bc471)
  • add pinst scripts (e7d9614)
  • add PR template, add commit lint (ec30b38)
  • add semantic-release, adjust yarn setup, sort package.json (8be6bf1)
  • add social providers (77158b1)
  • add typescript for docs (e342e22)
  • bump package version (c39a4dd)
  • bump version (505dd2c)
  • bump version (1a009e6)
  • fix cleanups (30da259)
  • handle protected branch, update yarn.lock (6ba3ab4)
  • migrate husky to v6 (3e5ca85)
  • removes console logs (267fba6)
  • resolve issues with social providers (5feed38)
  • test semantic-release (873f39b)
  • test semantic-release (eefacd7)
  • update package version (066220f)
  • update storybook link (4f00e77)
  • upgrade storybook from 6.0.28 to 6.1.10 and remove docs(in storybook) directory (87770ba)

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 12 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