-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bcc7640
commit 1b3a60a
Showing
1 changed file
with
40 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,49 @@ | ||
# JWT Authentication with .Net Core Web API and Angular 7 | ||
# JWT Authentication with .Net Core API & Angular 7 | ||
|
||
JWT User Authentication Implemented in Asp.Net Core Web API with Angular 7. | ||
|
||
Points discussed : | ||
- How to design login form in Angular 7. | ||
- Implemented JWT Authentication in Asp.Net Core Web API. | ||
- Consume Secure API Web Methods from Angular App. | ||
- Make private routes in Angular 7 Application. | ||
- Use of HttpInterceptor for Sending Json Web Token. | ||
|
||
###### Before Running this Project | ||
1. Install npm packages using 'npm install' command from Angular 7 folder. | ||
|
||
## Get the Code | ||
|
||
# Step By Step Explanation | ||
``` | ||
$ git clone https://github.com/CodAffection/JWT-Authentication-with-.Net-Core-Web-API-and-Angular-7.git | ||
$ cd JWT-Authentication-with-.Net-Core-Web-API-and-Angular-7/Angular7 | ||
$ npm install | ||
//run the app | ||
$ ng serve | ||
//update Web API DB connection string | ||
``` | ||
|
||
Video Tutorial : https://youtu.be/s2zJ_g-iQvg | ||
## How it works ? | ||
|
||
|
||
<a href="http://www.youtube.com/watch?feature=player_embedded&v=s2zJ_g-iQvg | ||
:tv: Video tutorial on this same topic | ||
Url : https://youtu.be/s2zJ_g-iQvg | ||
|
||
<a href="http://www.youtube.com/watch?feature=player_embedded&v=s2zJ_g-iQvg | ||
" target="_blank"><img src="http://img.youtube.com/vi/s2zJ_g-iQvg/0.jpg" | ||
alt="Video Tutorial for JWT Authentication with .Net Core Web API and Angular 7" width="500" height="400" border="10" /></a> | ||
|
||
# All Video Tutorial Series | ||
| Series | Video PlayList | | ||
| ------------- |:-------------:| | ||
| Angular 7|https://goo.gl/vN9LFd | | ||
| Asp.Net MVC|https://goo.gl/gvjUJ7 | | ||
| Asp.Net Core|https://goo.gl/scJc4f | | ||
| Node JS|https://goo.gl/viJcFs | | ||
| Web API|https://goo.gl/itVayJ | | ||
| Angular Material|https://goo.gl/TbDQnT | | ||
| MEAN Stack|https://goo.gl/YJPPAH | | ||
| C# Tutorial|https://goo.gl/s1zJxo | | ||
| Asp.Net WebForm|https://goo.gl/GXC2aJ | | ||
| Angular 5|https://goo.gl/ahk39S | | ||
| Angular 4|https://goo.gl/Ha71kq | | ||
| C# WinForm|https://goo.gl/vHS9Hd | | ||
| MS SQL|https://goo.gl/MLYS9e | | ||
| Crystal Report|https://goo.gl/5Vou7t | | ||
| CG Exercises in C Program|https://goo.gl/qEWJCs | | ||
|
||
| :bar_chart: | List of Tutorials | | :moneybag: | Support Us | | ||
|--------------------------:|:---------------------|---|---------------------:|:-------------------------------------| | ||
| Angular |http://bit.ly/2KQN9xF | |Paypal | https://goo.gl/bPcyXW | | ||
| Asp.Net Core |http://bit.ly/30fPDMg | |Amazon Affiliate | https://geni.us/JDzpE | | ||
| React |http://bit.ly/325temF | | | ||
| Python |http://bit.ly/2ws4utg | | :point_right: | Follow Us | | ||
| Node.js |https://goo.gl/viJcFs | |Website |http://www.codaffection.com | | ||
| Asp.Net MVC |https://goo.gl/gvjUJ7 | |YouTube |https://www.youtube.com/codaffection | | ||
| Flutter |https://bit.ly/3ggmmJz| |Facebook |https://www.facebook.com/codaffection | | ||
| Web API |https://goo.gl/itVayJ | |Twitter |https://twitter.com/CodAffection | | ||
| MEAN Stack |https://goo.gl/YJPPAH | | | ||
| C# Tutorial |https://goo.gl/s1zJxo | | | ||
| Asp.Net WebForm |https://goo.gl/GXC2aJ | | | ||
| C# WinForm |https://goo.gl/vHS9Hd | | | ||
| MS SQL |https://goo.gl/MLYS9e | | | ||
| Crystal Report |https://goo.gl/5Vou7t | | | ||
| CG Exercises in C Program |https://goo.gl/qEWJCs | | |