Basic HTTP and Bearer Token Authentication

前端 未结 7 1174
谎友^
谎友^ 2020-12-22 21:39

I am currently developing a REST-API which is HTTP-Basic protected for the development environment. As the real authentication is done via a token, I\'m still trying to figu

7条回答
  •  情书的邮戳
    2020-12-22 22:30

    I had a similar problem - authenticate device and user at device. I used a Cookie header alongside an Authorization: Bearer... header.

提交回复
热议问题