React js flarum sso using auth0

i need to implement sso in react dashboard. i have one forum so when i redirect from dashboard to forum that forum(flarum based) should auto login. so how can i do it with auth0

Hello,
I hope this may help you - React js flarum sso using auth0 -please check it here Single Sign On - Flarum Community

Regards,
Srija

Hi i have a react js based dashboard. when i click an anchor tag it will redirect to forum. i am trying to implement SSO ,
ie, if user already logged in dashboard then when redirecting to forum .that forum should auto login. i can able to send user login token to the flarum forum. This will be helpful for my react js training real-time project,so can anybody share proper solution for this.