README.md in omniauth-lokalise-0.0.1 vs README.md in omniauth-lokalise-0.1.0

- old
+ new

@@ -1,7 +1,10 @@ # Omniauth Lokalise +![Gem](https://img.shields.io/gem/v/omniauth-lokalise) +![CI](https://github.com/bodrovis/omniauth-lokalise/actions/workflows/ci.yml/badge.svg) + This is an official OmniAuth strategy for [https://lokalise.com](Lokalise). ## Prerequisites As the first step, you have to register a new OAuth 2 app at Lokalise by contacting the support team and providing the following info: @@ -22,10 +25,16 @@ ```ruby gem 'omniauth-lokalise' ``` +You will also probably require the following gem: + +```ruby +gem "omniauth-rails_csrf_protection" +``` + Run: ``` bundle install ``` @@ -82,6 +91,6 @@ ## License This gem is licensed under the [MIT license](./LICENSE). -(c) 2022 Ilya Krukowski \ No newline at end of file +(c) 2022 Ilya Krukowski