New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fenderdigital/react-auth-indicator

Package Overview
Dependencies
Maintainers
8
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fenderdigital/react-auth-indicator

Fender React UI Kit AuthIndicator Component

  • 2.1.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
8
Created
Source

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.

Keywords

FAQs

Package last updated on 04 Feb 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