mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 20:55:57 +03:00
[GH-ISSUE #76] Custom oauth2 access #48
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#48
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 @ctippur on GitHub (Jun 9, 2015).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/76
Hello,
I am trying a custom oauth2 access and I am new to swift.
I am following instruction from https://django-oauth-toolkit.readthedocs.org/en/0.3.2/tutorial/rest_framework_integration.html.
The authorization process is
Use initial username and password to get a token
Use the token to perform further api calls.
In my case, there is only accessTokenUrl and authorizeUrl is not applicable. Wondering how to proceed further.
Appreciate any inputs.
S
func doOAuthScreener(){
}
@phimage commented on GitHub (Nov 9, 2015):
django not follow the protocol
So you can use any network framework or Foundation classes like NSMutableRequest to make a request
I have no idea how to do this with OauthSwift
you can just set the token after retrieved it into OAuthSwift objects