tKey JS SDK on server side

Hi,

I’d like to implement the tkey sdk on server side and have the questions below:

  • Are there any docs/guide on how to use tkey on server side?
  • can we still use the jwt/social login as one of the shares? or do we need to store one of the shares?

Please provide the following details too when asking for help in this category:

  • SDK Version: 8.0.4-alpha.0

Tkey sdk is written to be used only on frontend. However you can have one of the shares on server side and use that share with tkey. For ex: You can have social login share ie. jwt login flow on server side and other shares on frontend. (in user’s device or downloaded by user)