mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-26 05:17:22 +00:00
a797a7aaac
* builds * initialize auth token from scratch * change auth * add improvements * moar auth fixes * web auth changes running * url encode * tests * gaz * navigate auth * separate line * auth token * 304 * persistent auth tokens and jwts * fixed up test * auth token path test and integration test * auth token test * auth token command * gaz * gaz * Radek feedback * fix up * test * Update validator/rpc/auth_token.go Co-authored-by: Radosław Kapka <rkapka@wp.pl> Co-authored-by: Radosław Kapka <rkapka@wp.pl>
6 lines
94 B
Go
6 lines
94 B
Go
package web
|
|
|
|
import "github.com/sirupsen/logrus"
|
|
|
|
var log = logrus.WithField("prefix", "web")
|