Django login from wordpress using oauth2 -


i'm stuck on working out secure approach achieve:

  1. user in wordpress
  2. user wordpress logs django , requests token (preferably oauth2)
  3. token stored
  4. token used api calls django site

how can programatically request token django whilst in wordpress? point me in right direction appreciated!


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -