mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 04:35:56 +03:00
[GH-ISSUE #727] How to handle the consumer secret in a mobile app? #473
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#473
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?
Originally created by @ir-fuel on GitHub (Dec 20, 2024).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/727
Description:
OAuth Provider? (Twitter, Github, ..):
Garmin
OAuth Version:
OS (Please fill the version) :
Installation method:
Library version:
Xcode version:
As we know, the consumer secret should not be stored on device for a mobile app, but on the server. Is there any easy way of supporting this in this library? If I have to implement the logic that uses this secret on my own server anyway, why use a 3rd party library for the entire process, especially since I can't see how to split up the process here so some parts are handled by my server? The code here assumes the secret is stored in the same place as the key, which would be inside the mobile app.
Thanks