I see you have JWT, but do not recommend it since you are not following the standard (why?) and cannot revoke it. Is there any plan to implement it? I know this can be worked through with a blacklist of tokens, but it brings a risk to the developers and maintainers. Or any other recommendations on how api access can be granted?
r
rp_st
09/24/2022, 7:50 AM
Hey
rp_st
09/24/2022, 7:50 AM
Hey
rp_st
09/24/2022, 7:51 AM
We are planning on making our access tokens a JWT as well. That should be our in 1-2 months
rp_st
09/24/2022, 7:51 AM
You can use our sessions right now as well without JWT and enable token blacklisting on the core side
b
bert2002
09/24/2022, 8:23 AM
you mean I can use the sessions with e.g. curl or third party scripts?
r
rp_st
09/24/2022, 8:25 AM
Well, you can, as long as attach the right cookies in the request. Basically stuff that our frontend SDK does.
b
bert2002
09/24/2022, 8:33 AM
well okay, thats not very developer friendly 😄
r
rp_st
09/24/2022, 11:09 AM
Yeaaaa. We are working on making it simpler. Should be out in 1-2 months