robhruska / CalendarToSlack

Grabs calendar data from Outlook and sets Slack presence to Away when events occur.
7 stars 1 forks source link

Remove dependency on legacy auth tokens #16

Closed JDegner0129 closed 7 years ago

JDegner0129 commented 7 years ago

Now that the users.profile.set API endpoint is public, this app shouldn't need to depend on the legacy auth token to update the user profile anymore -- it should be able to go off of the app auth token generated when they opt in.

I think work required would just be:

Given that this auth token is per-user instead of per-organization, this might also ease the rate limiting assumptions the app need to defend against.

robhruska commented 7 years ago

Fixed in #24.