Hernan Zalazar

14pods

Auth0

Auth0 API toolkit written in Swift for iOS, watchOS, tvOS & macOS apps

License: MIT

  • Swift

Auth0.iOS

Auth0

Auth0 is a SaaS that helps you with Authentication and Authorization. You can use Social Providers (Like Facebook, Google, Twitter, etc.), Enterprise Providers (Active Directory, LDap, Windows Azure AD, SAML, etc.) and a Username/Password store which can be saved either by us or by you. We have SDKs for the most common platforms (Ruby, Node, iOS, Angular, etc.) so that with a couple lines of code, you can get the Authentication for your app implemented. Let us worry about Authentication so that you can focus on the core of your business.

License: MIT

  • Objective C

Auth0Client

A Cocoa Touch Static Library for authenticating users with the Auth0 platform.

License: MIT

  • Objective C

Guardian

Auth0 Guardian API toolkit written in Swift for iOS apps

License: MIT

  • Swift

JWTDecode

Decode a JWT to retrieve it's payload and also check for its expiration.

This library does not perform any validation of the JWT signature, it only decodes the token from Base64

License: MIT

  • Swift

Lock

Auth0

Auth0 is a SaaS that helps you with Authentication and Authorization. You can use Social Providers (Like Facebook, Google, Twitter, etc.), Enterprise Providers (Active Directory, LDap, Windows Azure AD, SAML, etc.) and a Username/Password store which can be saved either by us or by you. We have SDKs for the most common platforms (Ruby, Node, iOS, Angular, etc.) so that with a couple lines of code, you can get the Authentication for your app implemented. Let us worry about Authentication so that you can focus on the core of your business.

License: MIT

  • Swift

Lock-Facebook

Auth0 Plugin for Auth0 Lock that handles authentication using Facebook iOS SDK.

License: MIT

  • Objective C

Lock-Google

Auth0 Plugin for Auth0 Lock that handles authentication using Google iOS SDK.

This plugin replaces the deprecated Lock-GooglePlus plugin

License: MIT

  • Objective C

Lock-GooglePlus

Auth0 Plugin for Auth0 Lock that handles authentication using Google+ iOS SDK.

License: MIT

  • Objective C

Lock-Twitter

Auth0 Plugin for Auth0 Lock that handles authentication using Twitter native integration.

License: MIT

  • Objective C

LockReact

Auth0 Auth0 is a SaaS that helps you with Authentication and Authorization. You can use Social Providers (Like Facebook, Google, Twitter, etc.), Enterprise Providers (Active Directory, LDap, Windows Azure AD, SAML, etc.) and a Username/Password store which can be saved either by us or by you. We have SDKs for the most common platforms (Ruby, Node, iOS, Angular, etc.) so that with a couple lines of code, you can get the Authentication for your app implemented. Let us worry about Authentication so that you can focus on the core of your business.

License: MIT

  • Objective C

LockReactNative

Auth0 Auth0 is a SaaS that helps you with Authentication and Authorization. You can use Social Providers (Like Facebook, Google, Twitter, etc.), Enterprise Providers (Active Directory, LDap, Windows Azure AD, SAML, etc.) and a Username/Password store which can be saved either by us or by you. We have SDKs for the most common platforms (Ruby, Node, iOS, Angular, etc.) so that with a couple lines of code, you can get the Authentication for your app implemented. Let us worry about Authentication so that you can focus on the core of your business.

License: MIT

  • Objective C

SimpleKeychain

A simple way to store items in iOS Keychain, without the hassle of dealing with iOS Keychain API directly. It has support for the new AccessControl for Keychain items added in iOS 8.

License: MIT

  • Objective C

TouchIDAuth

iOS library that implements a passwordless flow using TouchID & JWT. The authentication flow has these steps:

  • TouchID validation
  • Public/Private Key handling
  • JWT generation & signing

It provides callbacks to implement the interaction with your backend in order to:

  • Associate a public key to a user (Used to validate the signed JWT)
  • Authenticate using the generated JWT.

License: MIT

  • Objective C