Skip to content

Commit 4b8c82b

Browse files
committed
code clean up
1 parent 6b259f4 commit 4b8c82b

File tree

1 file changed

+0
-3
lines changed
  • aspnetcore/security/authentication/configure-jwt-bearer-authentication/sample/JwtBearer

1 file changed

+0
-3
lines changed

aspnetcore/security/authentication/configure-jwt-bearer-authentication/sample/JwtBearer/Program.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11

22
using Microsoft.AspNetCore.Authentication.JwtBearer;
3-
using Microsoft.AspNetCore.Authorization;
4-
using Microsoft.Extensions.Options;
5-
using Microsoft.IdentityModel.Tokens;
63

74
namespace JwtBearer;
85

0 commit comments

Comments
 (0)