https://github.com/am4nn/authentication-demo
how login data is stored in database and how login details are checked
https://github.com/am4nn/authentication-demo
authentication authentication-demo cli cpp login
Last synced: 12 months ago
JSON representation
how login data is stored in database and how login details are checked
- Host: GitHub
- URL: https://github.com/am4nn/authentication-demo
- Owner: Am4nn
- Created: 2022-05-13T03:30:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-20T15:45:11.000Z (about 4 years ago)
- Last Synced: 2025-05-26T22:12:29.800Z (about 1 year ago)
- Topics: authentication, authentication-demo, cli, cpp, login
- Language: C++
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Authentication-Demo
A command line interface (cli) to show :
> How login data is stored in database.
> How login details are checked.
> How passwords are changed.
> What happens while registering with an username which is already registered.
Made using C++