sst-product-team / attendance-app

Scaler School of Technology Application
Apache License 2.0
2 stars 5 forks source link

RIP Protocol #8

Open Diwakar-Gupta opened 9 months ago

Diwakar-Gupta commented 9 months ago
  1. mobile -> Backend: getRipData { url, token }
  2. mobile -> RP: fetch(url, post = {token})
  3. RP -> Backend: {url, token, authID}

Backend

  1. getRipData -> url, encrypt(did, current_class)
  2. attendanceUsingRIPProtocol -> decrupt(token) -> student_id, current_class