From 7f63e096d727cf84b3714226e4d2f69be89edfc8 Mon Sep 17 00:00:00 2001 From: svlada Date: Mon, 29 Aug 2016 22:19:42 +0200 Subject: [PATCH] Work on blog. --- etc/blog.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/etc/blog.md b/etc/blog.md index 7002e4c..fdb6ca1 100644 --- a/etc/blog.md +++ b/etc/blog.md @@ -1,6 +1,7 @@ ## Table of contents: 1. Introduction -2. Ajax authentication +2. PRE-requisites +3. Ajax authentication ### Introduction @@ -11,7 +12,7 @@ Following are two scenarios that we'll implement in this tutorial: 1. Ajax Authentication 2. JWT Token Authentication -### PRE-requisites +### PRE-requisites Please check out the sample code/project from the following GitHub repository: https://github.com/svlada/springboot-security-jwt before you proceed.