Tags
Language
Tags
May 2025
Su Mo Tu We Th Fr Sa
27 28 29 30 1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    JSON Web Token (JWT) with Spring Security And Angular

    Posted By: ELK1nG
    JSON Web Token (JWT) with Spring Security And Angular

    JSON Web Token (JWT) with Spring Security And Angular
    Last updated 5/2021
    Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: aac, 44100 Hz
    Language: English | VTT | Size: 7.34 GB | Duration: 22h 48m

    Learn how to use JSON Web Token to secure REST applications, manage user roles and permissions, & way much more!

    What you'll learn
    JSON Web Token (JWT)
    Authentication
    Authorization
    Stateless Session Policy
    Manage User Security Roles
    Manage User Security Permissions
    Mitigation of Brute Force Attack
    Secure API Endpoints
    Password Encryption
    Role-based Access Control

    Requirements
    Familiarity with Java, Spring Framework
    Familiarity with Angular
    Familiarity with front-end web technologies (HTML, CSS, JavaScript, TypeScript)

    Description
    According to jwt dot io, "JSON Web Token (JWT) is an open standard (RFC 7519) that defines a compact and self-contained way for securely transmitting information between parties as a JSON object." In this course, you will understand and learn how to generate and sign a Json Web Token that users can use to securely access your RESTful application.
    This course teaches how to use JWT (JSON Web Token) to embed users' roles and permissions to delegate user's authorization(what they can and can't do) in the application. This course also dives into defining and creating API, exposing API Endpoints over HTTP, and handling HTTP Requests and File Upload through API Endpoints. It covers testing API Endpoints (using an HTTP client - Postman).

    Who this course is for
    Developers interested in JSON Web Token (JWT)
    Developers interested in Spring Security
    Developers interested in role-based application management
    Developers interested in Angular