This commit is contained in:
amammad 2023-10-11 10:33:44 +02:00
Родитель 4499048d8e
Коммит 5e273238ca
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -28,7 +28,7 @@
The following code uses a hard-coded string as a secret for parsing user provided JWTs. In this case, an attacker can very easily forge a token by using the hard-coded secret.
</p>
<sample src="ExampleGood.go" />
<sample src="ExampleBad.go" />
</example>
<references>