Hello, I have a conceptual question…
I do not have all the information yet, however a client’s cyber security team are interested in looking at the possibilities of providing frontend access to a Kirby site via a link with url params hosted on a different website. I assume the url params would be generated by them on the fly, then provided to their end user.
For example:
https://example.com/?unique-token=xxx×tamp=yyy
They have the idea that via a route, the site checks the unique token to see if it’s valid and if so a Kirby session is created. I am struggling to think how the Kirby site would validate the token.
Would I be correct in thinking that the unique token would have to be checked back with their app via an API call, or is there any other way to have this kind of implementation (for example JSON Web Tokens)?
Thanks a lot!