Skip to content

Commit 46a0483

Browse files
authored
Update README.md
updating for dotnet core 3.1
1 parent 06d7eca commit 46a0483

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# ASPNETcoreAngularJWT
22

33
Here is very basic show case for jwt bearer token authorization, using angular as front end and ASP.NET Core as backend.
4-
ASP.NET Core2 angular 6 with systemjs.
4+
ASP.NET Core3.1 angular7.2.1 with systemjs.
5+
(Make sure you have dotnet core 3.1 + and Angular7.2.1 installed)
56

67
***********************************************************
78

@@ -21,11 +22,11 @@ At frontend(angular in this case): save the token in sessionStorage, and when ta
2122
.set("Authorization", "Bearer " + token);
2223

2324
************************************************************
24-
Angular & material 6 in ASP.NET Core 2 (VS2017 or csproj version)with JWT solution.
25+
Angular & material 7.2.1 in ASP.NET Core 3.1 (VS2019 or csproj version)with JWT solution.
2526

2627
Make sure:
2728

28-
ASP.NET CORE 2 has been installed, if not, get from here:
29+
ASP.NET CORE 3.1 has been installed, if not, get from here:
2930
https://www.microsoft.com/net/download/core
3031

3132
nodejs has been installed, if not, get from https://nodejs.org/en/download/

0 commit comments

Comments
 (0)