Skip to content

Commit

Permalink
Merge pull request #12 from knewter/feature/link_to_official_spec_aut…
Browse files Browse the repository at this point in the history
…h_code_section

Link to the official oauth2 rfc in AuthCode
  • Loading branch information
scrogson committed Apr 11, 2015
2 parents c19d1a6 + 1a2a942 commit eee9161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/oauth2/strategy/auth_code.ex
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule OAuth2.Strategy.AuthCode do
@moduledoc """
The Authorization Code Strategy.
http://tools.ietf.org/html/draft-ietf-oauth-v2-15#section-4.1
http://tools.ietf.org/html/rfc6749#section-1.3.1
"""

use OAuth2.Strategy
Expand Down

0 comments on commit eee9161

Please sign in to comment.