eisbuk / EisBuk

Manage bookings for ice skating lessons
GNU Affero General Public License v3.0
0 stars 1 forks source link

Return multiple secret keys when querying auth status: #907

Closed ikusteu closed 8 months ago

ikusteu commented 8 months ago

This is the first pass at the single-auth multiple athletes functionality. Everything starts with the queryAuthStatus cloud function. This PR creates a new function (queryAuthStatus2) to be used temporarily, while leaving the original function for backwards compatibility. After some grace period the initial function will be replaced with the new one.