mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[PR #647] [MERGED] Code verifier & code challenge generator for working with PKCE #700
Labels
No labels
bug
cocoapod
duplicate
enhancement
feature-request
help wanted
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OAuthSwift#700
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/OAuthSwift/OAuthSwift/pull/647
Author: @MrWoWander
Created: 3/2/2021
Status: ✅ Merged
Merged: 4/29/2021
Merged by: @phimage
Base:
master← Head:pkce📝 Commits (9)
6faed68Added code verifier & code challenge generator for working with PKCE1d7e828Update ReadMea7cc1c7Linux limitation05d8f1afix readme24157aatest import crypto9370d37added swift-crypto package for Linuxb25d719added support Cryptode3f930Merge branch 'pkce_test' into pkce36a90e4Fix readme📊 Changes
3 files changed (+51 additions, -3 deletions)
View changed files
📝
Package.swift(+5 -0)📝
README.md(+2 -3)📝
Sources/Utils.swift(+44 -0)📄 Description
To work with PKCE, it is more convenient to have a code verifier and code challenge generator in the framework.
Code challenge generation works according to the "SHA256" standard
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.