0.0.2 • Published 3 years ago

@fakel/ra-simple-auth v0.0.2

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

Simple Auth Provider v0.0.1

Installation

Using npm:

$ npm i @fakel/ra-simple-auth

Using yarn:

$ yarn add @fakel/ra-simple-auth

Usage

import {createAuthProvider} from '@fakel/ra-simple-auth'

const authProvider = createAuthProvider({apiBaseUrl: "http://localhost:3000"})