Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
theriverman committed Sep 18, 2020
1 parent 34ceaf9 commit 72bc090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func main() {

// Authenticate (get/set the JWT)
client.AuthByCredentials(&taiga.Credentials{
Type: "normal",
Type: "normal", // normal, ldap, gitlab, etc...
Username: "my_pretty_username",
Password: "123123",
})
Expand Down

0 comments on commit 72bc090

Please sign in to comment.