RocketChat / Rocket.Chat.iOS

Legacy mobile Rocket.Chat client in Swift for iOS
https://rocket.chat
MIT License
1.03k stars 438 forks source link

[IMPROVEMENT] Migrate "registration" flow from RealTime to REST #781

Open cardoso opened 6 years ago

cardoso commented 6 years ago

We are currently using the Real-Time API for registration, but we should be using the REST API now that it's available.

rafaelks commented 6 years ago

Docs: https://rocket.chat/docs/developer-guides/rest-api/users/register.

cardoso commented 6 years ago

We still need this: https://github.com/RocketChat/Rocket.Chat/issues/9201