Skip to content

Commit

Permalink
Update 208
Browse files Browse the repository at this point in the history
  • Loading branch information
bizz84 committed Nov 25, 2024
1 parent 3b11ce1 commit 50026ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tips/0208-api-keys-client-server/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ A few others... can you guess where they go and why?
-->

### Additional Resources

For more in-depth guidance about securing API keys, read this article:

- [How to Store API Keys in Flutter: --dart-define vs .env files](https://codewithandrea.com/articles/flutter-api-keys-dart-define-env-files/)

---

Some API keys must be stored on the server and never transmitted to the client.

Dart Shelf works great in this scenario, and this article covers all the details:
Some API keys must be stored on the server and never transmitted to the client. Dart Shelf works great in this scenario, and this article covers all the details:

- [How to Build and Deploy a Dart Shelf App on Globe.dev](https://codewithandrea.com/articles/build-deploy-dart-shelf-app-globe/)

Expand Down

0 comments on commit 50026ec

Please sign in to comment.