Skip to content

Commit

Permalink
fix: fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
pgautier404 committed Sep 8, 2023
1 parent 9961647 commit 03e07f1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/DisposableTokens/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<img src="https://docs.momentohq.com/img/logo.svg" alt="logo" width="400"/>

# Disposable Tokens Example

This example program demonstrates how to generate disposable Momento auth tokens.

# Usage

The program assumes that your Momento auth token is available in the `MOMENTO_AUTH_TOKEN` environment variable:

```bash
MOMENTO_AUTH_TOKEN=<YOUR_AUTH_TOKEN> dotnet run
```

The example generates a disposable expiring auth token using the enumerated permissions and expiry defined in the program and prints its attributes to the console.

0 comments on commit 03e07f1

Please sign in to comment.