/Fauth

Primary LanguageJavaScriptMIT LicenseMIT

Fauth

Fake Auth solution

The lightest fake authentication solution only JS .

Installation

npm installation :

npm i @nouhsa/fauth

CDN :

<script src= "https://unpkg.com/@nouhsa/fauth@1.0.0/script.js"> </script>

Functions list

  • sign_up ( username , email , password , image_profile )
  • sign_in ( email , password )
  • sign_out()
  • is_authenticated()
  • modify( new_user_data_object )
  • delete_account()

Release History

  • 1.0.0
    • The first stable release .

Meta

Contact me :tw-1f4e9: – @FiX_0_nouh.saiche@gmail.com . Donate (paypal) : :tw-25b6: nouh.saiche@gmail.com .

Distributed under the MIT license.

Contributing

  1. Fork it (https://github.com/Nouhack/Fauth)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request