I'm still a noob at web development and attempting to implement JWT authentication for web application that consists of an HTML page with JavaScript. It retrieves data by firing WebAPI endpoints via Oboe.js.
I have already managed to successfully retrieve the token from the cookie. Now I just need to use it in my oboe calls somehow.
Is this possible? Does Oboe.js support JWT authentication? Or should I find an alternative to Oboe.JS and use $.ajax calls instead?
If it is possible, I really would appreciate any help with this!
Thanks in advance everyone!