Skip to content

大一上-程式設計微專題. Login system I made for school's project, I was planning to do some actual authorization but my teacher told me not to do it so I listened to him.

Notifications You must be signed in to change notification settings

bruhmoment03/LoginAuth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

LoginAuth

What's this?

LoginAuth written in C++ for finals (the actual homework I've handed to my teacher), The code has been written as simplified as possible to make sure my partner Wegar can understand the code completely so he can do the presentation, I'll keep updating the project if I have time, or rewrite / change the whole project.

TODO

  1. api auth system with pastebin or my own domain
  2. better UI design (i failed art)

How does it work?

First of all, when you open the program, you have to get the corrent username and password to pass the authentication(I made it as simple as possible for my partner), I was about to try using libcurl with a pastebin that has user data in it, but as far as I know my teacher doesn't like my idea so I have nothing to do but change the whole system with simple strcmp function.

(Better explanations are commented in the code.)

Dependencies

About

大一上-程式設計微專題. Login system I made for school's project, I was planning to do some actual authorization but my teacher told me not to do it so I listened to him.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published