CruGlobal / oauth-ios

An OAuth implementation that utilizes ASWebAuthenticationSession and PKCE OAuth Flow for browser authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OAuth

This module implements OAuth with a PKCE flow and ASWebAuthenticationSession. It is configurable for authorizing, fetching access and refresh tokens, and persisting tokens to the device keychain.

Publishing New Versions

Steps to publish new versions for Cocoapods and Swift Package Manager.

Cru Global Specs Repo: https://github.com/CruGlobal/cocoapods-specs

Private Cocoapods: https://guides.cocoapods.org/making/private-cocoapods.html

About

An OAuth implementation that utilizes ASWebAuthenticationSession and PKCE OAuth Flow for browser authentication

License:MIT License


Languages

Language:Swift 96.7%Language:Ruby 3.3%