Skip to content

Debian Ninja

Learning…

Tag: json

Posted on 2020-08-132020-08-13

JSON Web Token (JWT)

“stateless authentication mechanism as the user state is never saved in the server memory”

  • Single sign-on across multiple applications (part II)

https://medium.com/@adrianmihaila/single-sign-on-across-multiple-applications-part-ii-a8a48e4a7c11

  • JWT Token for distrubuted system running on multiple server instance

https://stackoverflow.com/questions/47321252/jwt-token-for-distrubuted-system-running-on-multiple-server-instance

Posted on 2020-04-102020-04-10

SSL/TLS Certificate Search – Discovery

  • https://crt.sh/

crt.sh – Basic

https://crt.sh/?q=example.com

crt.sh – Api JSON

https://crt.sh/?q=example.com&output=json

crt.sh – Postgresql

$ psql -h crt.sh -p 5432 -U guest certwatch

crt.sh – Show SQL

https://crt.sh/?q=example.com&showSQL=Y

References

  • https://crt.sh/forum
  • https://github.com/crtsh
  • https://sectigo.com/
Proudly powered by WordPress