Appwrite Plugins
Auth
Appwrite Plugins
Auth
Implement a complete authentication solution for your app with a connected Appwrite project.
Setup
Complete the Appwrite setup steps to connect your Appwrite and Manifest projects.
Add the Appwrite SDK and manifest.js scripts to the HTML head. manifest.json is also required for Appwrite credentials and configuring auth details.
<!-- Meta -->
<link rel="manifest" href="/manifest.json">
<!-- Scripts -->
<script src="https://cdn.jsdelivr.net/npm/appwrite@latest"></script>
<script src="https://cdn.jsdelivr.net/npm/mnfst@latest/lib/manifest.min.js"></script><!-- Meta -->
<link rel="manifest" href="/manifest.json">
<!-- Scripts -->
<script src="https://cdn.jsdelivr.net/npm/appwrite@latest"></script>
<script src="https://cdn.jsdelivr.net/npm/mnfst@latest/lib/manifest.min.js"
data-plugins="appwrite-auth"></script>Next Steps
Complete authentication support using the guides for:
Article does not exist
There is no documentation at this path.