WP-API / OAuth2

Connect applications to your WordPress site without ever giving away your password.
GNU General Public License v2.0
172 stars 42 forks source link

Add ability to issue pre-authorised tokens ("Personal Access Tokens") #11

Closed rmccue closed 6 years ago

rmccue commented 7 years ago

To match most of the other services out there, it should be easy to issue yourself a token. These tokens should probably have no expiry.

almirbi commented 7 years ago

I am going to take this one. One question though, should we really have a dummy app for this, or maybe add a "Generate Access Token" button inside of each application screen itself?

rmccue commented 7 years ago

We don't necessarily need a dummy app, but having it makes the rest of the code consistent (since you can assume a client app is always set). That said, probably causes more trouble than it's worth, so we should avoid a dummy app.