Current location - Quotes Website - Signature design - Why is oauth2accesstoken not recommended?
Why is oauth2accesstoken not recommended?

Access Token is a parameter that applications must pass in when calling OpenAPI to access and modify user data.

The access token is generated every time a user logs in. The expiration time is three months by default. It will be automatically refreshed when the user logs in again. Please implement an anti-expiration strategy on the website or application, or prompt the user to authorize again after expiration.

It is complicated to operate.