-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
I'd love some feedback on wether we should implement Spark's OAuth implementation.
Doing so would allow for the phpSpark class to be able to
- register new client/applications on the Spark Cloud
- authorize users using OAuth & get an access token for their account
- refresh user's access tokens so new ones could be generated when needed
What do people think? I think it would be useful, just not sure if implementing a stripped down version of OAuth is "right" for inclusion in this project.