2.1.1 • Published 4 years ago

@fenderdigital/react-auth-indicator v2.1.1

Weekly downloads
1
License
UNLICENSED
Repository
-
Last release
4 years ago

AuthIndicator for Fender React UI Kit

Description

AuthIndicator is a simple component for SSO (Single Sign On). It allows you to redirect to the SSO app for sign in and out. It also displays the user's first name if passed.

Installation and Usage

yarn install @fenderdigital/react-auth-indicator --save
import AuthIndicator from '@fenderdigital/react-auth-indicator';

Props

  • name - the users name, displays when logged in.
  • signedIn - boolean to show either the signed in/out documentation
  • signInUrl - string to go to SSO application for sign in.
  • signOutUrl - string to go to SSO application for sign out.
propNamepropTypedefaultValueisRequired
namestring'User'-
signedInboolfalse-
signInUrlstringhttps://www.fender.com/connect/sign-in-
signOutUrlstringhttps://www.fender.com/connect/sign-out-

Development

Check the Monorepo README for development documentation.

2.1.1

4 years ago

2.1.0

4 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago