Skip to content

Commit

Permalink
Add changelog entry for Logout method
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-hashicorp committed Nov 6, 2023
1 parent 71b1886 commit 18213f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changelog/214.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
```release-note:improvement
Adds a hcpConfig.Logout() method. Logout could previously be implemented by invalidating the cache. This now isn't possible anymore as the cache is not exported.

This change further removes the recently introduced forceLogin configuration value, as force login can easily be implemented by invoking hcpConfig.Logout() followed by hcpConfig.Token() without the need for a special configuration setting.
```

0 comments on commit 18213f8

Please sign in to comment.