Omniauth strategy for using Swedbank as an authentication service provider.
This implementation works in Latvia, and should work in Estonia and Lithuania.
Supported Ruby versions: 1.9.2, 1.9.3 and 2.0.0
- omniauth-nordea - strategy for authenticating with Nordea bank in the Baltic states
Add this line to your application's Gemfile:
gem 'omniauth-swedbank'
And then execute:
$ bundle
Or install it yourself as:
$ gem install omniauth-swedbank
TODO: Write usage instructions here
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request