About us
Contact us
WanariLeaks
Posts containing "jwt"
Akka JWT with RSA (asymmetric encryption algorithm)
Alex Sükein
2020-10-02
In our previous post, we dived into JWT generation and validation with RSA in Spring. Now let’s see how to do the same in Scala with Akka.
#Akka
#jwt
#rsa
#Scala
Spring JWT with RSA (asymmetric encryption algorithm)
Alex Sükein
2020-09-25
Let's say we have an "auth server" that signs tokens for us and a "resource server" where we store some pretty sensitive data. We trust the auth server and we want to validate that the JWT we get indeed comes from that trusted auth server. In other words, how can we be sure that the guy who wants to detonate our printers is using a JWT that is from that very auth server?
#spring
#Java
#jwt
#rsa