Skip to content

History / Using Resource Owner Password Credentials flow

Revisions

  • Updated Using Resource Owner Password Credentials flow (markdown)

    @nbulaj nbulaj committed Nov 2, 2022
  • Updated Using Resource Owner Password Credentials flow (markdown)

    @nbulaj nbulaj committed Nov 2, 2022
  • Updated Using Resource Owner Password Credentials flow (markdown)

    @nbulaj nbulaj committed Jan 21, 2021
  • Update to modern hash key syntax and explain `store: false`

    @eliotsykes eliotsykes committed Feb 5, 2019
  • fixes incompatibility with lockable module of devise

    @GeminPatel GeminPatel committed Dec 6, 2018
  • Actually, shouldn't replace as I did in my previous edit. Should add "active_for_authentication" just to make sure confirmation is not pending in a 'confirmable' scenario

    @qortex qortex committed Oct 25, 2018
  • Use active_for_authentication? instead of valid_for_authentication? to correctly respond in case of :confirmable usage for example (i.e. use the overwritten version of the function when useful).

    @qortex qortex committed Oct 24, 2018
  • Previous syntax doesn't work because the array is frozen once the authorized grants are calculated from the grant_flows variable.

    @qortex qortex committed Oct 24, 2018
  • Tell Warden NOT to store the authenticated user in session.

    @stevenharman stevenharman committed Feb 23, 2018
  • Use `params[:username]` as in the rest of the examples

    @jstastny jstastny committed Aug 30, 2017
  • Fix example param key, probably due to copy/paste?

    @mrclmrvn mrclmrvn committed Dec 14, 2016
  • resource_owner_from_credentials must logout warden

    @huacnlee huacnlee committed Aug 22, 2016
  • Updated Using Resource Owner Password Credentials flow (markdown)

    @tute tute committed Aug 17, 2015
  • Updated Using Resource Owner Password Credentials flow (markdown)

    @tute tute committed Aug 17, 2015
  • Updated Using Resource Owner Password Credentials flow (markdown)

    @tute tute committed Jun 3, 2015
  • Updated Using Resource Owner Password Credentials flow (markdown)

    @tute tute committed Jan 27, 2015
  • Added the password grant type instructions (which I had to figure out the hard way).

    @kplawver kplawver committed Jan 22, 2015
  • Client ID and Client Secret are not required for this grant_type

    @tylerkern tylerkern committed Sep 23, 2014
  • document how authentication through warden works

    mreinsch committed Feb 14, 2013
  • Updated Using Resource Owner Password Credentials flow (markdown)

    @cantino cantino committed Nov 7, 2012
  • updated for newer devise

    mreinsch committed Sep 13, 2012
  • Updated Using Resource Owner Password Credentials flow (markdown)

    @felipeelias felipeelias committed Jun 4, 2012
  • Created Using Resource Owner Password Credentials flow (markdown)

    @felipeelias felipeelias committed Apr 30, 2012