Hi all,
I'm about to use Restful tables in a Spring Boot add-on.
I have read through the Restful tables documentation but I haven't found anything about updating a request header and adding a JWT token to it.
Is there any way to do it?
Are there other ways to use JWT authorization with Restful tables?
Thanks,
Artem
I have found that the best way is to set up ajax settings and add a JWT token to each ajax request:
$.ajaxSetup({
beforeSend: function (xhr) {
request.setRequestHeader("Authorization", "JWT " + tokenValue);
}
});
Welcome to great meetings, with less work. Automatically record, summarize, and share instant recaps of your meetings with Loom AI.
Learn moreOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.