trivago / Heimdallr.swift

Easy to use OAuth 2 library for iOS, written in Swift.
Apache License 2.0
639 stars 86 forks source link

Fix decoding without an expiration date #61

Closed felixvisee closed 9 years ago

felixvisee commented 9 years ago

As reported by @MarvinNazari in #58, there is a bug when an access token without an expiration date is tried to be decoded.

bckr commented 9 years ago

:+1: