fierc3 / poseify

A web application for pose estimation and motion capture data generation form a single video
MIT License
2 stars 0 forks source link

Integrate mobile client for authentication #112

Closed fierc3 closed 11 months ago

fierc3 commented 11 months ago

It relies on having the mobile client in the IdentityServer. With the help of AccessToken, this PR allows the mobile app to access the BFF when the user is authenticated. This was needed due to mobile apps being significantly different than a web client aka not being able to have httpOnly cookies.