I would like to have my controller work with both a token and BasicAth. like user have the option to use one of the two authentication
currently I am not able to make it work with both, it either work with Jwt or basicAuth but not both options
If I have them both like below, none work. any idea how I can make it work with either
[JwtAuthentication]
[BasicAuthenticationFilter(false)]