Featurebase AssistantBeta

Hey user! πŸ‘‹ Feel free to ask me anything about Featurebase. I'm here to help!

Embed Into Your Mobile App

You can embed your Featurebase board inside your mobile app by following these steps.

Create a WebView

Please login to see your organization's URL or replace yourorg with your Featurebase organizations name.

Example

Automatically log in users with SSO

By passing an additional ?jwtToken parameter to your WebView URL, you can automatically log users in.

This requires you to create a JWT token server side and pass it into the URL.

Here’s a quick rundown of what you need to do:

  • Log in to see your private key: xxxxxx

    Store it on your server and make sure not to share it with anyone!
  • When a user wants to use the Featurebase widget, send a request to your server to generate a JWT token.
  • On your server, generate a JWT token with your customer data using the example below.
  • Finally, give this JWT token to the Featurebase widget for authentication.

Install required packages

Example

Generate the JWT token

Example

Validate your JWT Token

Paste one of your generated tokens here to check if you did everything correctly.

You must be logged in to check if your token is valid.

For safety, Single Sign-On tokens can't log in users who are admins of any Featurebase organization. These users will have to sign in by themselves.

Lastly, pass the token generated on the server into the URL

Example