Skip to content

kznrluk/jwt-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jwt-playground

JWT検証用リポジトリ

プリセットユーザ

{
    UserID:   "Admin",
    Password: "p@ssw0rd",
},
{
    UserID:   "Guest",
    Password: "password",
}

localhost:3000/login/ にアクセス、上の認証情報でログインするとユーザ情報が表示される。

About

GolangでJWT認証

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages