Dont create multiple access tokens when one has not expired yet for efficient purposes and security. Included this to avoid too much of new tokens creations when one has not expired - Also updated OAuth2\ResponseType\AccessToken to use the existing token that has not expired instead of creating a new one in MongoDB storage class.
Dont create multiple access tokens when one has not expired yet for efficient purposes and security. Included this to avoid too much of new tokens creations when one has not expired - Also updated OAuth2\ResponseType\AccessToken to use the existing token that has not expired instead of creating a new one in MongoDB storage class.