Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for audience parameter for WebAuth #67

Merged
merged 2 commits into from
Dec 3, 2016
Merged

Support for audience parameter for WebAuth #67

merged 2 commits into from
Dec 3, 2016

Conversation

cocojoe
Copy link
Member

@cocojoe cocojoe commented Dec 2, 2016

Added tests

@hzalaz hzalaz added this to the 1.1.0 milestone Dec 2, 2016
@hzalaz hzalaz changed the title Support for audience param Support for audience parameter for WebAuth Dec 2, 2016
@@ -151,6 +151,12 @@ public protocol WebAuth: Trackable, Loggable {
/// - Returns: the same WebAuth instance to allow method chaining
func nonce(_ nonce: String) -> Self

/// The application that is the intended target of the token
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

///  Audience name of the API that your application will call using the `access_token` returned after Auth.
///  This value must match the one defined in Auth0 Dashboard [APIs Section](https://manage.auth0.com/#/apis)

@cocojoe cocojoe changed the base branch from response_type_id_token to master December 2, 2016 16:45
@hzalaz hzalaz merged commit 7d1867d into master Dec 3, 2016
@hzalaz hzalaz deleted the add_audience branch December 3, 2016 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants