Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.19 KB

README.md

File metadata and controls

56 lines (35 loc) · 1.19 KB

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/[email protected]/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_[email protected] . Donate (paypal) : :tw-25b6: [email protected] .

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