Serhii Kovalchuk
Serhii Kovalchuk
I've also faced that problem, and in my case it was related to Kotlin object declaration. So if you also using an object as a fabric of Retrofit APIs, you...
@aeneasr Just a random crazy idea: is it worth to consider Trust Tokens as an alternative to a chain of redirects or it's too optimistic taking into account those are...
@aeneasr yes, but nevermind, it was a stupid idea...I did a small research and AFAIK now the Trust Tokens are designated for identification and not authentication.
@DennisMcWherter Thank you for the advices. I am still learning Elide internals and may missing some key concepts, so sorry for dumb questions :) The thing is, `users/me` should render...
Yeah, we had some discussions about API architecture and came to less strict rules described by plain REST [which allows temporal and single resources](https://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm#sec_5_2_1_1), like `/{city}/weather/today`, `/orders/my`, etc. This is...
> Out of curiosity-- where would you expect this field to go? In my current API implementation based on Spring Data REST, it is injected into `/users` collection, so authenticated...
@clayreimann > You shouldn't need a new bean to expose this list of news articles. You can simply compose a few filter expression checks and we'll do the magic of...
@clayreimann > If you adopt our security model you can use the FilterExpressionCheck I linked to. Thanks, I've read the docs on elide.io. Problem is, in my custom service solution...
I've made some tests with integration of Elide into current API, and found that RSQL filters could be used for identifiers masking, so the first usecase(current user profile) can be...
Is there something blocking this PR from being merged? We have a chain of dependencies blocking us from Next.js version bump. Please, let me know if I could help with...