DEV Community

Discussion on: How should one handle Authentication in Single page application

Collapse
 
amineamami profile image
amineamami

Thanks for the replay.
Mainly angular 6 and spring boot security

Collapse
 
rhymes profile image
rhymes

Googling "angular spring boot security" I found the following tutorials that might help:

:-)

Thread Thread
 
amineamami profile image
amineamami

I ended up droping oauth 2 implicit flow and jwt solutions for cookie session token stored into redis

Thread Thread
 
rhymes profile image
rhymes

Make sure the cookie is secure ✌🏾

Thread Thread
 
amineamami profile image
amineamami

Http only and secured = true

Thread Thread
 
rhymes profile image
rhymes

perfect! :D