Roman Romanchuk

Results 19 comments of Roman Romanchuk

Just received the same problem with org.javamoney:moneta:1.4.2

I can answer on additional question: in example there's two managed tokens created. First one is exampleRW with the scopes `read` and `write`, the second one is exampleRO with scope...

> When I want to make a get request to the server "https://api.example.com", I must take the token generated before > & add it as a Bearer Authentication like that...

Correct by identity provider I mean service that stands behind URL that generates tokens (auth0, Amazon Cognito and others). Correct, you can you token generated with any api that require...

@whiskeysierra can you take a look?

Thank you for reporting issue. Will address that with PR #199

Idempotent requests behaviour clearly stated in readme: https://github.com/zalando/riptide/tree/master/riptide-failsafe#safe-and-idempotent-methods Will add the notes about what actually retried as well.