Skip to content

Commit

Permalink
Add note to the readme as well
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuma committed Jan 16, 2025
1 parent 043ecb7 commit 5f6d522
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,16 @@ well as a web variant tailored toward Rack-based applications.
The authorizers are intended for authorization use cases. For sign-on,
see [Google Identity Platform](https://developers.google.com/identity/)

## Important notes

If you accept a credential configuration (credential JSON/File/Stream) from an
external source for authentication to Google Cloud Platform, you must validate
it before providing it to any Google API or library. Providing an unvalidated
credential configuration to Google APIs can compromise the security of your
systems and data.
For more information, refer to [Validate credential configurations from external
sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).

### Example (Web)

```ruby
Expand Down

0 comments on commit 5f6d522

Please sign in to comment.