https://github.com/daggerok/security-first
learn spring-boot security
https://github.com/daggerok/security-first
ascii asciidoc asciidoctor gh-pages spring spring-boot spring-security
Last synced: about 2 months ago
JSON representation
learn spring-boot security
- Host: GitHub
- URL: https://github.com/daggerok/security-first
- Owner: daggerok
- License: mit
- Created: 2018-05-19T19:48:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-10T17:40:20.000Z (about 8 years ago)
- Last Synced: 2025-10-05T11:42:09.333Z (9 months ago)
- Topics: ascii, asciidoc, asciidoctor, gh-pages, spring, spring-boot, spring-security
- Language: Java
- Homepage: https://daggerok.github.io/security-first
- Size: 349 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= security-first image:https://travis-ci.org/daggerok/security-first.svg?branch=master["Build Status", link="https://travis-ci.org/daggerok/security-first"]
//tag::content[]
Yeah, same as mobile-first.
Main goal of that project is learn spring-security topic from basis to advanced and share with people.
Because no one enterprise application can't go live without security, I believe it should be done first.
It's also can help you avoid situation when application architecture needs to be refactored to have possibility to apply security to it...
I saw that many times...
For some reason, big part of software developers community do not care about security
from beginning or even to the end.
I think main reason is because security hard topic. And it's really sad - many developers want doing it right,
but for some reasons, people teaching them develop software missing security.
//end::content[]
So lets fix it! link:https://daggerok.github.io/security-first[Read project reference] :)