oauth2-server-php-docs icon indicating copy to clipboard operation
oauth2-server-php-docs copied to clipboard

Document User Credentials setup for Authorisation of a new user

Open elliotrock opened this issue 10 years ago • 0 comments
trafficstars

I have a iOS native app that I am trying to implement the full cycle of user's authorisation. That is:

  1. First Authorisation using a username and password via an authorise.php
  2. Returned token via token.php
  3. redirect.php , I thought step 1 was enough to grant a users, how is this used in a native user and password setup?

The User Credentials documentation doesn't show what code is setup in what file.

elliotrock avatar Dec 31 '14 11:12 elliotrock