Hacker News new | ask | show | jobs
by bsergio 2086 days ago
Looks like Operational Transformation is getting popular on HN lately, I have a question on another topic though - wondering how would you connect such systems to an existing infrastructure and especially authentication, to enforce user permissions/roles, etc.
1 comments

Yes, I hope that realtime apps will be our future :)

Regarding integration - okdb provides hooks, so that you can implement custom authentication/verification, e.g. verify JWT token. For details, have a look at the docs here - https://okdb.io/p/docs/api/server#s5.1

Happy to answer any other questions