Skip to content

4. Implemented APIs

TecOrb Technologies edited this page Oct 5, 2022 · 1 revision

We need to configure Doorkeeper as we already did in another sample https://github.com/TecOrb-Developers/rails-doorkeeper-auth We have improved above module for the registration process and session management in this repo. You can go thorugh with the commits to get more details.

In this project we have implemented apis for

Auth module

  • User Registration
  • User Login
  • Manage Access Token via Refresh Token
  • Logout

Chat module

  • Conversations list
  • Remove Conversations in bulk
  • Send message
  • Remove messages in bulk
  • Messages List
  • Mark Messages as seen/unseen
  • Message delivery/seen/unseen tracking

Clone this wiki locally