Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-descope authored Feb 15, 2024
1 parent 8b820f6 commit e370613
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ descope_client = Descope::Client.new(
)
```

### Important Logging note
You may pass `log_level: 'debug'` to the client config or use `DESCOPE_LOG_LEVEL` env var.
Be aware that only the management key is truncated, and the JWT responses are printed on debug

Do not run with log level debug on Production!



## Authentication Methods
These sections show how to use the SDK to perform various authentication/authorization functions:

Expand Down

0 comments on commit e370613

Please sign in to comment.