Skip to content

KosyanMedia/ueberauth_mail_ru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mail.ru OAuth2 Strategy for Überauth.

Note

Mail.ru responding with incorrect content-type header, so you should handle unregistered content-type for JSON response encoding in OAuth2 Library. Add serializer to your config file like:

config :oauth2, serializers: %{
  "text/javascript" => Poison,
  "application/json" => Poison
}

About

Mail.ru OAuth2 Strategy for Überauth.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages