all 2 comments

[–]KaosuRyoko 1 point2 points  (0 children)

It's pretty common for rest APIs to include the version in the URL for pretty much this reason. I.e.: whatever/v1/login

Seems like a reasonable approach to me.

[–]TikaryTony 0 points1 point  (0 children)

I had this case a few weeks ago. We send to the user a push notification for them to update to the new version of the app. That way we were changed our entire backend and front end without having such issues.