Skip to content

Files

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

This sample shows a possible approach for securing a SPA using

  • a server-side backend for user authentication and session management
  • SameSite cookies
  • automatic token management
  • proxying calls to back-end services

No explicit anti-forgery protection has been implemented, because we assume SameSite cookies work for you.

See this blog post for more details.