0.0.4 • Published 2 years ago

authentication-ui-library v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

React Social Component Library

You can use this library for Social Login

import { Social } from "authentication-ui-library";

Import this component. and login with your social options.

<Social />

And implement '/callback' page, show callback reponse here using following code:

import { CallbackReturn } from "authentication-ui-library";

Import this component. and login with your social options.

<CallbackReturn />