Skip to content

Allow session lookup via token.

Johannes Zumthurm requested to merge session-lookup into master

Created by: NotSpecial

For most OAuth usecases, accessing tools will have the token and might need to verify whether the session still exists.

This change is intended to make the process even simpler, by allowing requests of the form GET /sessions/<token>.

Merge request reports

Loading