Skip to content

AlanHouston/auth-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AUTH-PRACTICE

This is a small practice authentication server exercise using Express, JWT, MySQL, bcrypt for hashing, with React frontend.

I just wanted to work on hashing passwords and authenticating, so it does not contain much styling, and I did not secure any databases or passwords so it can be tested by others; thanks for understanding.

Node is required to run this application; install packages. In one terminal, at root level, start the server with 'node server.js' then in another terminal, cd into client, install packages, 'npm start' to display the front end in your local browser.

Now you may register your own user, then login, or login with 'frank@paddys.com' with password 'egg' to login to an already created account.

Thanks for stopping by!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published