Login Process & Database structure - java
1) User App: User data input with #service code
2) Server controller: Deliver the user input login data
2-1) Deliver the user input login data
3) 1st for user data matching, summon the member data
4) Request the member data from the Data Access Object
5) Return requested member data to the Data Access Object
6) Return the data to the Auth
7) Confirm login access is true or false in the Auth
7-1) Save the login access data to the history bean
8) Deliver the confirmed data to the Server Controller
9) User login result in final print in the User App
Comments
Post a Comment