@@code2night sir.. if we use custom authorization filter like in your video, does it mean we dont really need to put addJWTBearer to addAuthentication in the startup.cs/program.cs?
@@code2night 1 more think sir.. im using service IMyHelper (dependency injection) in jwtAttribute.. and when im using [jwt] in my endpoint, it give me error coz jwtAttribute consctructor need IMyHelper as its parameter..
Какой-то пример недоделанный. Если перезапустишь проект, не смотря на то, что токен еще действует, надо заново авторизоваться. Можно же было нормально сделать! Или нет?
❤ amazing bro remember me
hi, whats ==> Request.Header["Authorization"]=jwtSecurityToken
Nah i guess you can remove that and it'll still work
@@code2night ok thx
@@code2night sir.. if we use custom authorization filter like in your video, does it mean we dont really need to put addJWTBearer to addAuthentication in the startup.cs/program.cs?
@tanoryjakaperdana1419 yes, we don't need that
@@code2night 1 more think sir.. im using service IMyHelper (dependency injection) in jwtAttribute.. and when im using [jwt] in my endpoint, it give me error coz jwtAttribute consctructor need IMyHelper as its parameter..
Какой-то пример недоделанный. Если перезапустишь проект, не смотря на то, что токен еще действует, надо заново авторизоваться. Можно же было нормально сделать! Или нет?
The demo is about how to use jwt....not about setting up your complete login process. You can make changes as per your requirements