Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS AWS Certified Developer - Associate CompTIA Security+
Photoshop Graphic Design Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Personal Transformation Meditation Life Purpose Coaching Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee

This course includes:

  • 4.5 hours on-demand video
  • 2 downloadable resources
  • Full lifetime access
  • Access on mobile and TV
IT & Software Other IT & Software .NET

ASP .NET Core. API User Identity & more + Azure Cloud deploy

Build web api with user authorization & authentication with C# ASP.NET Core, Entity Framework, Azure + Linux/macOS guide
Bestseller
Rating: 4.2 out of 54.2 (27 ratings)
188 students
Created by Jakub Kozera
Last updated 12/2020
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Authenticate & authorize users via JWT tokens
  • Deploy C# ASP .NET Core application & Database to Azure Cloud
  • Automatic database migrations with Entity Framework Core
  • create your own authorization policies
  • create a user and role entities tables
  • hash users password
  • configure entity framework relationships
  • send database queries from code using ORM (Entity Framework Core)
  • validate incoming models and return appropriate messages in case of incorrectness
  • handle Cross-Origin Resource Sharing policy
  • create Action API filters
  • serve static files publicly & with limited user access
  • inject dependecies into filters
  • migrate .NET Core project from 2.2 version to 3.1
  • handle exceptions globally with ExceptionFilter
  • use the built-in container to inject dependencies
  • log errors or specific information to a text file
  • configure AzureSQL database
  • create App Service and deploy API
  • use the Postman to consume the web API
  • limit access to Actions for users (authorize)
  • register custom 'FluentValidation' validators
  • authorize based on users role
  • read configuration from app settings json file
  • authorize based on users claim and its value
  • cache server responses
  • authorize based on custom requirement
  • restrict resource access

Requirements

  • Basic knowlegde of REST APIs in .NET Core

Description

The .NET Core platform is the latest tool from Microsoft enabling the creation of cross-platform applications, including web and web APIs.

 Due to its high performance, open-source code, and the possibility of implementation on various systems, it is becoming more and more popular.


The course presents how using ASP.NET Core a web API application is created, which ultimately can be consumed by SPA (single page application), mobile applications, IoT applications, or any application where communication takes place via the HTTP protocol. First of all, the course will show you how to build applications in accordance with the REST architecture. Good practices will be discussed, such as dependency injection, auto-mapping, error logging, model validation, use of object-relational mapping.


During the course you will:
➡ authenticate users via JWT tokens

➡ create your own authorization policies

➡ authorize users

➡ create a user and role entities tables

➡ hash users passwords

➡  authorize based on users claim and its value

➡ configure entity framework relationships

➡ validate incoming models and return appropriate messages in case of incorrectness

➡ use the built-in container to inject dependencies

➡ log errors or specific information to a text file

➡ authorize based on users role

➡ restrict resource access

➡ authorize based on custom requirement

➡ use the built-in container to inject dependencies

➡ log errors or specific information to a text file

➡ use the Postman to consume the web API

Who this course is for:

  • Developers with basic knowlegde of REST APIs in .NET Core, who want to extend their knowledge in the area of authentication, authorization, API Filters, and Azure deployment

Course content

8 sections • 39 lectures • 4h 32m total length

  • Preview03:35
  • Starting point
    03:30
  • Migration to .NET Core 3.1
    03:46
  • .NET Core on Linux/macOS course guide
    10:24

  • Preview03:27
  • Add user and role entity
    06:14
  • User registration
    08:15
  • Password hashing
    06:34
  • Data validation refactor
    10:47
  • JWT tokens
    09:42
  • Login Action
    15:57

  • What is authorization and authorization methods
    06:53
  • Role based authorization
    05:17
  • Claim based authorization
    08:04
  • Preview12:03
  • Preview13:54

  • API filters and their types
    02:18
  • Action filter
    06:02
  • Exception filter
    06:37
  • Custom authorize filter
    06:20
  • Injecting dependencies into filters
    05:48

  • Cross-Origin Resource Sharing
    05:32
  • Serving static files
    11:29
  • Caching
    04:26
  • Functional actions
    04:31

  • Pagination intro
    02:41
  • Filtering data
    07:49
  • Pagination
    17:18
  • Query validation
    06:22
  • Sorting the result set
    13:56
  • IQueryable order
    04:11

  • Azure and its basic services
    04:19
  • App Service creation
    06:40
  • Deploy with Publish Profile
    03:02
  • Preview06:38
  • Customizing MeetupContext
    06:59
  • Automatic migrations
    04:03
  • API in the Cloud
    01:43

  • Course summary
    05:08

Instructor

Jakub Kozera
Lead .NET Fullstack Developer & Online Teacher
Jakub Kozera
  • 4.4 Instructor Rating
  • 164 Reviews
  • 2,730 Students
  • 5 Courses

Professionally a lead full-stack .NET developer with many years of experience.

Graduate of the Cracow University of Technology,  I had worked on a wide variety of web projects. I am a certified developer of the Microsoft Azure platform (AZ-203 exam).

I like to build apps with a .Net Core / React / Azure stack

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.