ring

Jakub Zika 2020-03-26T13:43:11.000600Z

Hi everyone, does anybody have experience with implementing refreshing token (oauth2) in ring?

1
witek 2020-03-26T16:19:08.003300Z

Hi. I would like to make AJAX POST requests from the browser to my ring server. How do I get the anti-request-forgery-token which is stored in my http session to the browser? Is it ok to expose a public GET route which returns the token? Do I need to provide this route myself? Or does ring-defaults already provide such a route somehow? Thank you!