is it possible to secure the urls of my api in addition to jwt so that only my mobile application can access them?

111 Views Asked by At

I am using symfony 5 and LexikJWTAuthenticationBundle to authenticate users. everything works and I receive the token but I would like to ensure that only my mobile application can access the API. is it possible to secure the api with a key or a hash in addition to the JWT? Thank you.

0

There are 0 best solutions below