https://github.com/amodsachintha/oauth-csrf-sss
OAuth and CSRF protection implementations for Secure Software Systems module.
https://github.com/amodsachintha/oauth-csrf-sss
Last synced: 3 months ago
JSON representation
OAuth and CSRF protection implementations for Secure Software Systems module.
- Host: GitHub
- URL: https://github.com/amodsachintha/oauth-csrf-sss
- Owner: amodsachintha
- Created: 2018-05-05T21:03:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-10T09:14:22.000Z (about 7 years ago)
- Last Synced: 2025-01-20T15:18:06.915Z (5 months ago)
- Language: PHP
- Size: 456 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
##Introduction
This repo contains code on how to develop basic OAuth 2.0 flow using the Facebook's Graph API.
Furthermore, CSRF protection techniques such as Synchronizer Token Pattern and Double Submit Cookie are also implemented here as
part of the Secure Software Systems Module Assignment.Laravel has been used as the php framework. Therefore, built-in CSRF protection features implemented in Laravel Middleware was disabled
for me to implement them manually.
Demo Image:
