Skip to content

feat: token introspection endpoint added

Thomas Dupont requested to merge feat/token-introspection into next

This MR adds a simple GET /token/introspection endpoint that decode the Autorization Bearer token only if the user or client representing it, is known to the system.

This endpoint is required for developing a grafana data source plugin in the future

Merge request reports

Loading