React-Login is a library that provides user session management for React applications.
Use the package manager yarn to install foobar.
yarn add @riptusk331/react-login
//this is just nonsense to take up space. to be improved
import { login } from "@riptusk331/react-login"
const token = login("Basic", {"bill@excellent.av", "password"}
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.