Can pubnub be integrated with rails devise for authentication

63 views Asked by At

Hi I am wondering if it is possible to generate authentication from devise and log user in their chat session using devise gem?

1

There are 1 answers

0
Tomasz Weissbek On

You can generate unique access key for user while he's registering / logging in your system. This key can be used as auth_key in Pubnub Access Manager so you can grant proper rights for given user.