@fakel/ra-simple-auth
v0.0.2
Published
Simple auth provider for @fakel/rest-admin
Downloads
2
Maintainers
Readme
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"})