incrowdio / incrowd

A private social network focused on small (under 25 people) groups.
Apache License 2.0
4 stars 1 forks source link

Move URL handling to frontend, clear auth cache #82

Closed joshgachnang closed 9 years ago

joshgachnang commented 9 years ago

URL display and handling should be on the frontend. Backend should only detect URLs for the purpose of determining attachments.

When auth is invalid, clear the auth token cache to avoid redirect loop.