I have added JWT to our app for Peerboard and it's working. However, I was hoping to solve for two use cases:
( ) after custom sign-on with our URL accept a return_to parameter so our application can send the user back to the right page on Peerboard.
( ) after JWT authorization initiated from our app, Peerboard should accept a return_to parameter to redirect the user to the specific post. in this use case we can embed links in our app or elsewhere and authorize and land on the right page.
Point me in the right direction if I missed something in the docs on this.
Zendesk example:
https://support.zendesk.com/hc/en-us/articles/203663816-Enabling-JWT-JSON-Web-Token-single-sign-on
