Code Monkey home page Code Monkey logo

spring-boot-security's Introduction

spring-boot-security

Spring security from basic to advanced level.

What is application security all about ? Why do I need it?

  • Day by day security threats are increasing
  • All day job - looking for loop holes
  • examples of worst security incidents that cause financial losses
  • OWASP
  • antiviruses
  • different levels/layers of security

App security terms - authentication, authorization, roles,

  • Authentication - Who are u ?? - Knowledge bases, possesion based, multi factor- k+p,
  • authrization - what you are allowed to do? Principal - login then created
  • session hijacking
  • csrf
  • dos attack

What spring security has to offer??

different characteristics

๐Ÿ‘‰ Understanding default spring security behaviour - Demo

๐Ÿ‘‰ How spring security authentication works

๐Ÿ‘‰ Authenticationa & authorization using In-memory database

๐Ÿ‘‰ Authenticationa & authorization using MySQL database

๐Ÿ‘‰ Customizing form login page

๐Ÿ‘‰ Understanding Token based authentication

๐Ÿ‘‰ JWT - Json Web Token - All theory about it

๐Ÿ‘‰ JWT + Spring Security - Demo Application

๐Ÿ‘‰ OAUTH2

  • What's this all about - Theory

  • OAuth2 + spring security - Demo (Authentication with google/facebook/github)

  • Custom Auth Server - Client Credentials and password grant

  • Customize Auth Server to Generate JWT token

  • Custom Resource Server

  • Token Relay and making request to Resource server using Web Client

๐Ÿ‘‰ LDAP - All theory about it

๐Ÿ‘‰ LDAP + Spring Security- Demo

๐Ÿ‘‰ Password storing mechanism

  • how the password is stored in db

  • different algorithm to secure password

๐Ÿ‘‰ Demo Application

Sample microservice handling all of this - >

  • User creation with default password

  • e-mail and account validation

  • remember-me

  • password change

  • forgot password

  • security questions

  • user password reset

  • session management in spring security

spring-boot-security's People

Contributors

codefarm0 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

rkpin2online

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.