2.0.6 • Published 1 year ago
authbapp v2.0.6
This project is about npm ui package for react app made on the top of opensource appwrite which provides ui buttons for authentication purpose
To Contribute First
clone this repothen go to src folder and download require npm package using npm imake react component inside src folder with prefix Auth..
save them
update the version of package inside package.json -- increment it
run npm run build which will build the new componentsGo to dist folder
you can see your componentmake PR to add your component or if you want to update some componentmake your react app
setup for appwrite config file
inside your src folder make appwriteConfig.js file initially appwriteConfig.js contain this info
import { Client, Account } from "appwrite";
const client = new Client();
const account = new Account(client);
client
.setEndpoint('http://localhost:106/v1') // Your API Endpoint
.setProject('6425d19c7a8619e5cb51') // Your project ID
;inside your client folder(or root folder name can vary) install authbpackage using
npm i authbpackageopen your .js/.jsx folder
import componet for use
for example
import Authsignup from "authbapp/Authsignup";
and use it <Authsignup/> here Authsignup take email,password,and name as props
so passing this
<Authsignup email={email} password={password} name={name}/>Yeee Finally you got the component that will automatically signup user and you can see the user entry inside appwrite console You Can See Other Component in this Repo Also And Use Them
Thank you !!2.0.6
1 year ago
2.0.4
3 years ago
2.0.3
3 years ago
2.0.2
3 years ago
2.0.1
3 years ago
2.0.0
3 years ago
1.1.9
3 years ago
1.1.8
3 years ago
1.1.7
3 years ago
1.1.6
3 years ago
1.1.5
3 years ago
1.1.4
3 years ago
1.1.3
3 years ago
1.1.2
3 years ago
1.1.1
3 years ago
1.1.0
3 years ago
1.0.9
3 years ago
1.0.8
3 years ago
1.0.7
3 years ago
1.0.6
3 years ago
1.0.5
3 years ago
1.0.4
3 years ago
1.0.3
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago