justingreerbbi / wordpress-oauth-server

This plugin is a full OAuth 2.0 authorization server/provider for WordPress. The goal of WP OAuth Server is to provide an easy to use authorization method that 3rd party platforms can use to securely authorize users from your WordPress site.
https://wp-oauth.com
98 stars 46 forks source link

Tweak: add expired_date to do_action("wo_set_access_token") #50

Closed aptarmy closed 7 years ago

aptarmy commented 7 years ago

Some times we want to know when the token will be expired.

Thanks :)