sanger96 / Happenings_Team-5_UTD_Senior_Design_Project

UTD Senior Design Project; Group Members: Gaurav Sanger, Jonathan Lam, Robert Dohm, Landin Kasti, Charles Eaton
3 stars 0 forks source link

[Front-end] Login #78

Closed sanger96 closed 3 months ago

sanger96 commented 3 months ago

Need to re-write with post method sending email and password.

Boolean comes back, use if statement to login or display toast method for failed attempt

sanger96 commented 3 months ago

added what seems like the correct logic for the authentication on login page.

Seems to keep timing out, added retry policy, set with values described in comment above.

sanger96 commented 3 months ago

Attempted to fix login auth, fixed wrong port number issue, but still getting error. Asked back-end if they understood the error better than I am. Added bypass for testing, just press login with empty credentials.

sanger96 commented 3 months ago

Fixed login Authorization, used StringRequest and override on getBody() in it.

rwdohm83 commented 3 months ago

I am going to add code to put account information into the GlobalVars class for later use in the app.