Skip to content

Commit

Permalink
Fixed documentation whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
zakhenry committed Aug 4, 2015
1 parent c457c6a commit c9bc68d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/resources/views/documentation/sections/auth.blade.apib
Expand Up @@ -88,7 +88,7 @@ A user can login by using a social profile as identification.
+ Response 302
+ Headers

Location: https://www.facebook.com/v2.4/dialog/oauth?client_id=457398928507539&redirect_uri=http%3A%2F%2Fapi.spira.io%2Fauth%2Fsocial%2Ffacebook%2Fcallback&scope=email&response_type=code&state=PdUvOcZpQ9FdxIlyoGXEdJ9zFPh5AqK0NUDiQa5F
Location: https://www.facebook.com/v2.4/dialog/oauth?client_id=457398928507539&redirect_uri=http%3A%2F%2Fapi.spira.io%2Fauth%2Fsocial%2Ffacebook%2Fcallback&scope=email&response_type=code&state=PdUvOcZpQ9FdxIlyoGXEdJ9zFPh5AqK0NUDiQa5F

## Social Login Callback [/auth/social/{provider}/callback]

Expand All @@ -103,5 +103,6 @@ to the application with the authentication details to this route.
+ Response 302

+ Headers

Location: http://spira.io?jwtAuthToken={!! $factory->make(\App\Models\AuthToken::class)->token !!}

0 comments on commit c9bc68d

Please sign in to comment.