mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[PR #186] [MERGED] made oauth_verifier public on OAuthSwiftCredential #552
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#552
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/186
Author: @almostintuitive
Created: 2/18/2016
Status: ✅ Merged
Merged: 2/18/2016
Merged by: @phimage
Base:
master← Head:oauth-verifier-made-public📝 Commits (2)
6f97237made oauth_verifier public on OAuthSwiftCredentialfd583d8make OAuthSwiftCredential.oauth_verifier read-only outside of the framework📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
OAuthSwift/OAuthSwiftCredential.swift(+1 -1)📄 Description
Hi,
Thanks for the awesome work again! We found OAuthSwift super useful.
We have been working on a project where the backend requires us to send the "oauth_verifier" to the server after a user has authenticated.
I consulted with the backend guys and they said this requirement is coming from the official Flickr library they're using.
Would it be alright to expose this property as public? Are there any other workarounds we could use to access it without necessarily polluting the public API? Has this been requested before?
Thanks a lot!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.