README.md in omniauth-forge-0.1.1 vs README.md in omniauth-forge-0.1.2
- old
+ new
@@ -20,11 +20,11 @@
$ gem install omniauth-forge
## CVE
-See [Omniauth Wiki][https://github.com/omniauth/omniauth/wiki/Resolving-CVE-2015-9284].
+See [Omniauth Wiki](https://github.com/omniauth/omniauth/wiki/Resolving-CVE-2015-9284).
There's an existing unfixed CVE on omniauth. This CVE is mitigated in Rails by using the gem [omniauth-rails_csrf_protection](https://github.com/cookpad/omniauth-rails_csrf_protection).
This gem will depend on that gem in order to protect as many people as possible.
### Using bundle audit
@@ -53,11 +53,9 @@
- **callback_path**: This is the path used for the callback from forge. Default will be '/forge/callback' but you can set it to anything defined on the forge side.
### Examples
- [Basic Sinatra](./examples/sinatra.rb)
-
-TODO: Write usage instructions here
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.