Seaside, JWT and REST
Sebastian Heidbrink <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.squeak.seaside |
|---|---|
| Message-ID | <[email protected]> |
Hi! I have a working JWT (JsonWebToken) protected Zinc based REST server. I do also have a Seaside server as a user platform. Now I would like to integrate some results of the REST interfaces of the Zinc based server into my seaside frontend. How would I define an ajax call including a JWT token in Seaside that populates a table rendered by seaside on/after page load? Thank you for any ideas! Sebastian