Skip to content

Nouhack/Fauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published