GithubHelp home page GithubHelp logo

amitanmol / onehuboauth Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 21 KB

An OAuth2 example for Mac OS X & iOS (Cocoa & Cocoa touch) in Objective C to obtain access token from OneHub.

License: MIT License

Objective-C 100.00%
oauth2-client api objective-c library onehub oauth cocoa-touch cocoa client-secret

onehuboauth's Introduction

OneHubOAuth

An OAuth2 example for Mac OS X & iOS (Cocoa & Cocoa touch) in Objective C to obtain access token from OneHub.

Description

This example is based on the OAuth2 spec. It implements the native application profile and supports the end-user authorization endpoint via an internal or an external user-agent. Furthermore it also supports the user credentials flow by prompting the end-user for their username and password and use them directly to obtain an access token from OneHub.

Getting started

Here is the basic implementation of this example. You just need to update ViewController.m file as below:

#define TOKEN_URL @"https://ws-api.onehub.com/oauth/token" // already defined
#define CLIENT_ID @"ENTER CLIENT ID HERE" // enter your client id
#define CLIENT_SECRET @"ENTER CLIENT SECRET HERE" // enter your client secret
#define USERNAME @"ENTER USERNAME HERE" // enter your username/email
#define PASSWORD @"ENTER PASSWORD HERE" // enter your password
#define REDIRECT_URI @"https://localhost" // already defined
#define GRANT_TYPE @"password" // already defined

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.