auth0 / Guardian.swift

Swift toolkit for Auth0 Guardian API
https://auth0.com/guardian
MIT License
9 stars 19 forks source link

Make nonCachedSession public in order to be Swift 4.2 compliant #62

Closed eaceto closed 6 years ago

eaceto commented 6 years ago

As mentioned in https://github.com/auth0/Guardian.swift/issues/61 Guardian.swift is not compatible with Swift 4.x, so this commit applies the proposed fix.

hzalaz commented 6 years ago

Closed in favor of #63