Difference between revisions of "JSON Web Token (JWT)"

From wikieduonline
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 5: Line 5:
  
  
* <code>[[openssl rand -hex]] 32 | [[tr -d]] "\n"</code>
+
<code>[[openssl rand -hex]] 32 | [[tr -d]] "\n"</code>  
 +
342b7876ff93dedb43589f9acdfe3f9b93bcab09a9dd61d3e9c51f4ce20ff62e
  
 +
== [[Ethereum JWT]] ==
  
Ethereum clients:
 
* <code>[[geth]] [[--authrpc.jwtsecret]]</code>
 
* <code>[[lighthouse beacon_node --execution-jwt]]</code>
 
* <code>[[prysm.sh beacon-chain]]</code> https://docs.prylabs.network/docs/execution-node/authentication
 
** <code>[[prysm.sh beacon-chain generate-auth-secret]]</code>
 
 
Configuration files:
 
* <code>[[~/.ethereum/geth/jwtsecret]]</code>
 
* [[~/Library/Ethereum/geth/jwtsecret]]
 
  
 
== Activities ==
 
== Activities ==

Latest revision as of 12:43, 8 August 2024

Advertising: