You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trust list is in [JWT format](https://jwt.io/), which is correctly parsed with the above command and actual JSON is generated into file `trustlist.json`.
152
152
We'll pass signature verification at this time, but you can do it if you want. The JWT header contains algorithm information and the signature could be found from the final section. Sections were separated with dots.
0 commit comments