Hi
I'm trying to use JWT authentication on a REST application in IRIS. The login API are correctly "injected" into the application. Login works fine with Postman and other REST clients, and subsequent calls to my REST API using the bearer token work fine (correctly authenticated). So far, so good.
The problem is that it doesn't work with Axios, so I can only test it, I cannot integrate it into my application.
.png)
.png)
.png)

.png)
.png)
.png)
.png)
.png)
.png)
.png)
.png)


