Manos

Results 41 comments of Manos

@keithorange I find it's fairly easy by simply looking at the source code. E.g. for REST: https://github.com/Atem18/kraky/blob/main/kraky/api.py

> You can also use the docs which includes for each method a link to the kraken doc : https://kraky.readthedocs.io/en/stable/api/ You might want to put that as a blue link...

This is not something that is built-in atm. Essentially `403` is the fallback for anything that is not `200`. In your case, unauthenticated users don't match any role since you...

**FUTURE CONSIDERATION** I'm really not sure what's the best approach for this (or if it even should be addressed).. Possibly it should return 401 when no role was matched, and...

@MVKozlov I'm drafting a solution for this for the future. Could you please describe your specific use case? Namely: 1. Are you making an API where all non-authenticated (`anon`) requests...

At the moment binary transfer is not supported. It shouldn't be significantly hard to add this support but atm unfortunately I have limited time. However a workaround is to convert...

Shutting down of server has been implemented since v0.5.4. For shutting down individual clients that might need a new PR to add a new function (e.g. `disconnect_client`) but the logic...

I assume you refer to [this](https://tools.ietf.org/html/rfc6455#section-10.2). This indeed would be optimal if implemented and would allow for a more secure usage of the library.

Yes, it should be relatively easy but unfortunately I don't have the time atm to do any implementation. A workaround is to convert any binary to base64 and send it...

@shenek sorry for the delay, I had some personal issues so did not have time to look into this. Will have a look once I find some time. Cheers