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

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.

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:
![alt text](https://raw.githubusercontent.com/amodsachintha/oauth-csrf-sss/master/public/demo.png)