https://github.com/ryhkml/angular-double-csrf-protection
Angular 18 SSR with CSRF rotection
https://github.com/ryhkml/angular-double-csrf-protection
angular csrf example ssr zoneless
Last synced: about 2 months ago
JSON representation
Angular 18 SSR with CSRF rotection
- Host: GitHub
- URL: https://github.com/ryhkml/angular-double-csrf-protection
- Owner: ryhkml
- Created: 2024-07-05T01:55:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-29T09:02:05.000Z (10 months ago)
- Last Synced: 2025-01-29T08:44:46.475Z (8 months ago)
- Topics: angular, csrf, example, ssr, zoneless
- Language: TypeScript
- Homepage:
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Angular 18 SSR + Zoneless with CSRF Protection
Implementation [CSRF](https://github.com/Psifi-Solutions/csrf-csrf) protection in Angular 18 SSR.
### Installation
```sh
npm ci && cat .env.example > .env
```