OAuth2 v1.2.0 Release Notes

Release Date: 2016-07-01 // almost 8 years ago
    • Properly handle encoding of error responses (so we don't blow up, for example, when Google's response includes a โˆž) (@Motoshi-Nishihira)
    • ๐Ÿ‘‰ Make a copy of the options hash in AccessToken#from_hash to avoid accidental mutations (@Linuus)
    • ๐Ÿ‘‰ Use raise rather than fail to throw exceptions (@sferik)