Getting JWTKey to utilize the API

I cannot for the LIFE of my figure out how to get my authorization token to utilize the API. I have OpenID Connect setup through Google and it’s working just fine; I can log in and everything, but I cannot use the code and scope to get the token I need for the API. Am I missing something here?

You mean a Vikunja api jwt to use Vikunja’s api? With openid with it’s probably the easiest to log in via a browser and then copy the token from local storage.

If you want to do it manually, you’ll need to call this endpoint with the result of the provider redirect: Vikunja API documentation
If you’re unfamiliar with the openid with flow I suggest readingnup on that in general.