wpeventmanager / wpem-rest-api

GNU General Public License v3.0
0 stars 3 forks source link

Add expiry to login api response #100

Closed arqummalik1 closed 9 months ago

arqummalik1 commented 9 months ago

we need an expiry param for api key in the response of login api (expiry : true/false) e.g https://app.wp-eventmanager.com/wp-json/wpem-auth/appkey?key=2576040397 response : {"key_id":"36","app_key":"2576040397","user_id":"1","permissions":"read_write","consumer_key":"ck_8609fcd78ca0dc8afac82f03bc7a6e78d6b686c9","consumer_secret":"cs_13a807221f46cc4b6e15aa7c684212c2de70f8a4","nonces":null}

arqummalik1 commented 9 months ago

verified , the expiry status is added , so i am closing the issue