Fix JWT bearer authentication
This commit is contained in:
parent
595ade2d79
commit
b8bb86edca
@ -110,6 +110,8 @@ namespace Api
|
||||
|
||||
app.UseRouting();
|
||||
|
||||
app.UseAuthentication();
|
||||
|
||||
app.UseAuthorization();
|
||||
|
||||
app.UseEndpoints(endpoints =>
|
||||
|
Loading…
Reference in New Issue
Block a user