Skip to content
#

id

Here are 257 public repositories matching this topic...

demoze
demoze commented Mar 26, 2018

Hello,

May be you have an error here

# valid_public_keys = FirebaseIDTokenVerifier.retrieve_and_cache_jwt_valid_public_keys
# kid = valid_public_keys.keys[0]
# rsa_public = OpenSSL::X509::Certificate.new(kid).public_key


It should be 
# valid_public_keys = FirebaseIDTokenVerifier.retrieve_and_cache_jwt_valid_public_keys
# val =  valid_public_keys.values[0]
# rsa_public = OpenSS

idcenter(分布式ID生成中心):高效的分布式id生成器,每个客户端获取id可达到150万tps,服务端可支持海量的客户端请求。具备高容错性,即使网络不稳定也能运转(只要不连续长时间断网)。使用http协议进行通信,可支持多语言。具备完整的管理员登录、权限校验。部署简单、页面操作简洁、运维成本低。

  • Updated Apr 4, 2020
  • Java

Improve this page

Add a description, image, and links to the id topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the id topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.