Can pubnub be integrated with rails devise for authentication

99 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 best solutions below

0
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.