feat: token introspection endpoint added
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