An open API service indexing awesome lists of open source software.

https://github.com/andifalk/secure-spa

Security in Single Page Applications
https://github.com/andifalk/secure-spa

angular csrf escaping javascript sanitization security spring-boot typescript xss

Last synced: 2 months ago
JSON representation

Security in Single Page Applications

Awesome Lists containing this project

README

          

# Secure Single Page Applications

Security Traps in Single Page Applications like
- Cross-Site Scripting (XSS)
- Cross-Site Request Forgery (CSRF)
- ...

## Demos and Playgrounds

Here you find some demos & playgrounds
- Javascript Playground: Some basic xss demos being protected by DOMPurify and Trusted Types
- Angular Playground showing some security stuff like output encoding and sanitizing (automatic & manually)
- React Playground showing similar security stuff like output encoding and manually sanitizing
- Banking Server: Demo to show CSRF attack in action (real customer client, attacker client & rest api server)