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

https://github.com/jacksingleton/csrf-presentation


https://github.com/jacksingleton/csrf-presentation

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# CSRF Presentation #

A presentation and sample app on CSRF defense and mitigation.

## Requirements ##
- Java 7
- Chrome

## Setting up ##
- Make sure Java 8 is first on your classpath.

## Running ##

### Running the Application ###
From the root directory `./gradlew csrf-demo-app:run`
The username is 'admin', the password is 'password'

### Running the Presentation ###
From the root directory `./gradlew presentation:run`