colorfield / mastodon-api-php

PHP wrapper for the Mastodon API.
Apache License 2.0
25 stars 4 forks source link

Cache user information after authentication #5

Open colorfield opened 6 years ago

colorfield commented 6 years ago

During the same session, user information obtained by the verify_crendentials method should be stored into a value object for caching and to facilitate usage of other API calls e.g. implying user id like /accounts/USER_ID/followers.