React frontend with Java Backend
KrunchMuffin opened this issue · 1 comments
KrunchMuffin commented
What is the best method to transparently log a user into the frontend that is already logged in on the backend?
ferhatelmas commented
Back-end technology is irrelevant in general.
Client should get a jwt token from your back-end if authenticated (this totally depends on your application) and set the user on it https://getstream.io/chat/docs/react/init_and_users/?language=javascript#connecting-the-user.