Skip to content

Releases: auth0/Guardian.swift

0.3.0

02 Jun 04:00
Compare
Choose a tag to compare

Full Changelog

Added

  • Make RSAKeyPair(publicKeyTag:privateKeyTag) constructor public #49 (nikolaseu)
  • Add support for appliance #48 (nikolaseu)

0.2.0

17 Jan 01:16
2f19604
Compare
Choose a tag to compare

Full Changelog

Added

  • Make jwk conversion property public #47 (hzalaz)
  • Add methods to register and handle remote notifications #45 (nikolaseu)

0.1.0

23 Nov 22:55
b4dda93
Compare
Choose a tag to compare

First release of Guardian for iOS

Install

CocoaPods

Guardian.swift is available through CocoaPods.
To install it, simply add the following line to your Podfile:

pod "Guardian"

Carthage

In your Cartfile add this line

github "auth0/Guardian.swift"