yeatmanlab / roar-dashboard

A dashboard to administer ROAR assessments
https://roar.education
Other
4 stars 4 forks source link

ROAR Staging is Not Sending an App Check Token #789

Closed ksmontville closed 1 month ago

ksmontville commented 1 month ago

ROAR Staging is not properly appending an app check token to requests. Each request is setting a new debug token, which will be invalid unless added to the app check web console.

This means that the debug token is not properly being set at build time and is not available to the app code, which is causing the app check SDK to fail to initialize.