• Resolved wintear

    (@wintear)


    Hi, We created a custom function in the theme function.php whereby we want to integrate this JWT login token to our email message.

    example email content is the URL link “permalink&jwttoken” then user click on the link will direct login and bring to the page editor itself.

    right now our function is not able to get this jwtlogin token, we want to know which hook or function is able to do this?

    $url = get_permalink( $post, false );
    $token = ‘MyTokenIsHere’; // insert JWT token generate function() here
    $review_url = $url . ‘&JWT=’ . urlencode_deep($token);`

  • The topic ‘Generate JWT Token Hook’ is closed to new replies.