Guardian.swift

Swift toolkit for Auth0 Guardian API

MIT License

Stars
9
Committers
9

Bot releases are hidden (Show)

Guardian.swift - 1.4.2 Latest Release

Published by ionutmanolache-okta 5 months ago

Guardian.swift - 1.4.1

Published by andy317fe301f8c7 5 months ago

What's Changed

Full Changelog

Guardian.swift - 1.4.0

Published by ionutmanolache-okta 6 months ago

What's Changed

Full Changelog: https://github.com/auth0/Guardian.swift/compare/1.3.0...1.4.0

Guardian.swift - 1.3.0

Published by ionutmanolache-okta 7 months ago

1.3.0 (2024-03-15)

Full Changelog

Changed

  • Add support for Xcode 15
  • Add telemetry to track usage
Guardian.swift - 1.2.0

Published by ionutmanolache-okta 12 months ago

1.2.0 (2023-10-31)

Full Changelog

Changed

  • Add support for transaction linking id.
  • Add support for custom domain (demo app example).
Guardian.swift - 1.1.0

Published by joseluisdiaz over 3 years ago

Change Log

1.1.0 (2021-06-01)

Full Changelog

Changed

  • Use JWT tokens when updating and deleting enrolled devices [SDK-2560] #91 (Widcket)
Guardian.swift - 1.0.0

Published by hzalaz about 6 years ago

Full Changelog

Added

  • Allow to send custom NumberFormatter for otp #76 (hzalaz)
  • Add OTP Generators #71 (hzalaz)

Changed

  • Rename Enrollment to EnrolledDevice #72 (hzalaz)

Fixed

  • Allow 204 reponse that has Data object empty #75 (hzalaz)

Breaking changes

  • Rework GuardianError #74 (hzalaz)
  • Rework Network Layer #73 (hzalaz)
  • Now the session should be configured per request. #70 (hzalaz)
  • Refactor Key handling for enroll and resolve #69 (hzalaz)
  • Refactor notification handling #68 (hzalaz)
  • Remove ObjectiveC bindings and support #67 (hzalaz)
  • Remove iOS 9 support #65 (hzalaz)
Guardian.swift - 0.5.0

Published by hzalaz over 6 years ago

Full Changelog
Closed issues

  • Private constants as default arguments - Swift 4 Support #61

Changed

  • Update to compile with Swift 4 #63 (hzalaz)

Deprecated

  • Deprecate iOS 9 or older notification code #64 (hzalaz)
Guardian.swift - 0.4.0

Published by hzalaz over 6 years ago

Full Changelog

Added

  • Add fastlane release plugin #59 (hzalaz)
  • Add ability to log requests or add hooks on request/response/error #57 (hzalaz)

Changed

Guardian.swift - 0.3.1

Published by hzalaz over 6 years ago

Full Changelog

Closed issues

  • Turn off iOS HTTP cache #51

Changed

  • Update project to latests tools and Xcode 9.3 #52 (hzalaz)

Fixed

Guardian.swift - 0.3.0

Published by nikolaseu over 7 years ago

Full Changelog

Added

  • Make RSAKeyPair(publicKeyTag:privateKeyTag) constructor public #49 (nikolaseu)
  • Add support for appliance #48 (nikolaseu)
Guardian.swift - 0.2.0

Published by hzalaz almost 8 years ago

Full Changelog

Added

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

Published by hzalaz almost 8 years ago

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"