npm installation :
npm i @nouhsa/fauth
CDN :
<script src= "https://unpkg.com/@nouhsa/[email protected]/script.js"> </script>
- sign_up ( username , email , password , image_profile )
- sign_in ( email , password )
- sign_out()
- is_authenticated()
- modify( new_user_data_object )
- delete_account()
- 1.0.0
- The first stable release .
Contact me :tw-1f4e9: – @FiX_0_ – [email protected] . Donate (paypal) : :tw-25b6: [email protected] .
Distributed under the MIT license.
- Fork it (https://github.com/Nouhack/Fauth)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request