hi ,
in my web project (asp.net core mvc) i used api from an api project , in my api project i used jwt authentication and in web project use identity authentication
i want get authentication token from api and login with this token in identity and work with identity in web
how to connect jwt to identity (api to web) with token or another way?