[PR #647] [MERGED] Code verifier & code challenge generator for working with PKCE #700

Closed
opened 2026-03-03 17:29:44 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: pkce


📝 Commits (9)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/OAuthSwift/OAuthSwift/pull/647 **Author:** [@MrWoWander](https://github.com/MrWoWander) **Created:** 3/2/2021 **Status:** ✅ Merged **Merged:** 4/29/2021 **Merged by:** [@phimage](https://github.com/phimage) **Base:** `master` ← **Head:** `pkce` --- ### 📝 Commits (9) - [`6faed68`](https://github.com/OAuthSwift/OAuthSwift/commit/6faed68bcaedb664f4144a038d7c141064379724) Added code verifier & code challenge generator for working with PKCE - [`1d7e828`](https://github.com/OAuthSwift/OAuthSwift/commit/1d7e82881b9b800712299854464df12580753ad9) Update ReadMe - [`a7cc1c7`](https://github.com/OAuthSwift/OAuthSwift/commit/a7cc1c7895f65e3ad0c5bd59368cf9b6e7976a5a) Linux limitation - [`05d8f1a`](https://github.com/OAuthSwift/OAuthSwift/commit/05d8f1ad4f32723c196f6265e3e525844f79b29e) fix readme - [`24157aa`](https://github.com/OAuthSwift/OAuthSwift/commit/24157aa415f4596515664ec62cffe539b0dc76d4) test import crypto - [`9370d37`](https://github.com/OAuthSwift/OAuthSwift/commit/9370d374c350976968de2bdbd5f2cb5bc3e9af8e) added swift-crypto package for Linux - [`b25d719`](https://github.com/OAuthSwift/OAuthSwift/commit/b25d719bdeed7ffdad879b562b2d606e37e26b6c) added support Crypto - [`de3f930`](https://github.com/OAuthSwift/OAuthSwift/commit/de3f93068351aa28927bf2d86e9be9906473b324) Merge branch 'pkce_test' into pkce - [`36a90e4`](https://github.com/OAuthSwift/OAuthSwift/commit/36a90e4f6185c2c274cea208379788c5e367f3fb) Fix readme ### 📊 Changes **3 files changed** (+51 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Package.swift` (+5 -0) 📝 `README.md` (+2 -3) 📝 `Sources/Utils.swift` (+44 -0) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 17:29:44 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/OAuthSwift#700
No description provided.