Hi Rick,
I'm building a web connection api service.
I've been able to post a JSON object to one of it's procedures and retrieve the correct data in JSON format, works really well.
What I'm trying to determine is the best way to establish setting up and using authorization tokens in the web connection api site.
I use authorization tokens all the time when consuming other api services, but not quite sure how to go about it in my app.
Do you have a step-by-step article on how to do that in Web Connection?
I've gone through the tutorials, and I think I place the tokens in the validate field in the usersecurity.dbf but not quite sure.
Your articles and tutorials do a great job in explaining both how things works and how to use them.
Your pointing me to the correct resource makes things so much easier, thanks.

There's support for bearer token authentication if you use wwRestProcess
:
You don't have to do it this way, but that's what's built in using Sessions.
+++ Rick ---