JSON Web Token and API requests

Hi,
I have a question. Is it possible make authorised API requests with JWT. JWT is authorised with external service. If it is possible, is it only squidex configuration, or I need any plugin?

Best Regards
Adam

No, sorry…this is not possible. If you use self hosting you can probably set something up but it is not that easy.

If you have an OIDC service you can configure this service as an external authentication provider, similar to Google, Github and Microsoft account.

OK, thanks for your response
Adam