Please enable JavaScript.
Coggle requires JavaScript to display documents.
π Authenticate with QR-code : (:blue_book: Authenticate registered userβ¦
π Authenticate with QR-code :
:blue_book: Authenticate
registered user
using Bringme QR code
Process
:checkered_flag:
Get a token from the IDS :
Use the token in OPS
GET /kiosk/v1/boxes/{boxId}/users/{userId}/transactions
:explode:
Failures
:fireworks: No UI reaction for now
This is the typical case: user uses the QR code shown in the app
Questions
:question::check: How often do we renew the token?
Every time the user scans
:question::check: Does the session end when Kiosk is back on the Home screen?
Yes, it does. New session always begins with scanning
:question: Scanner only accepts GUIDs?
:blue_book: Authenticate using
guest
QR code
Process
:checkered_flag:
Use the QR code directly on OPS
GET
/kiosk/v1/boxes/{boxId}/guests/{guestCode}/transactions
:check: The endpoint is ready
First try determine the code type
"Registered User Code" - it's a registered user
#
"Guest Code" - it's a guest code
#
This is the case when a non-registered user got a code to pick up a package (handover)