kakawait / uaa-behind-zuul-sample

Spring AuthorizationServer load balanced behind Zuul
320 stars 156 forks source link

Externalize token store #18

Open yaytul opened 8 years ago

yaytul commented 8 years ago

For better scalability please use an externalized token store. E.g. RedisTokenStore (Separately ticketed per issue #16)

kakawait commented 8 years ago

I already build Jdbc (database) token storage. I will add this first possibility then also add Redis one