TeskaLabs / seacat-auth

SeaCat Auth provides authentication, authorization, identity management, session management and other access control features.
GNU General Public License v3.0
11 stars 6 forks source link

Fix track ID transfer #214

Closed byewokko closed 1 year ago

byewokko commented 1 year ago

If track id cannot be transferred at token/cookie entrypoint, generate a new one instead of returning error. This concerns the impersonation flow, among others.

fixes #213