Skip to content

An example on how to generate JWT tokens for the LeadFamly platform

Notifications You must be signed in to change notification settings

danniehansen/leadfamly-jwt-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JWT example

The following code snippet showcase an example of how you can construct JWT tokens that the Leadfamly platform will understand. JWT example is written in PHP.

Installation

  1. Clone repo
  2. Run composer install
  3. Run php jwt_example.php & view output.

Notes

Private & public key is only there as an example. You should when deploying this solution generate your own private/public key pair.

About

An example on how to generate JWT tokens for the LeadFamly platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages