Spaces:
Sleeping
Sleeping
File size: 724 Bytes
746d2f1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
---
title: Working with connections and secrets
slug: /develop/concepts/connections
---
# Working with connections and secrets
<TileContainer layout="list">
<RefCard href="/develop/concepts/connections/connecting-to-data">
<h5>Connecting to data</h5>
Connect your app to remote data or a third-party API.
</RefCard>
<RefCard href="/develop/concepts/connections/secrets-management">
<h5>Secrets managements</h5>
Set up your development environement and design your app to handle secrets securely.
</RefCard>
<RefCard href="/develop/concepts/connections/security-reminders">
<h5>Security reminders</h5>
Check out a few reminders to follow best practices and avoid security mistakes.
</RefCard>
</TileContainer>
|