mirror of
https://github.com/wassname/talk.git
synced 2026-06-30 20:01:19 +08:00
27 lines
1.0 KiB
Markdown
27 lines
1.0 KiB
Markdown
---
|
|
title: talk-plugin-local-auth
|
|
permalink: /plugin/talk-plugin-local-auth/
|
|
layout: plugin
|
|
plugin:
|
|
name: talk-plugin-local-auth
|
|
default: true
|
|
provides:
|
|
- Client
|
|
- Server
|
|
---
|
|
|
|
This plugin will eventually contain all the local authentication code that is
|
|
responsible for creating, resetting, and managing accounts provided locally
|
|
through an email and password based login.
|
|
|
|
## Features
|
|
|
|
- *Email Change*: Allows users to change their existing email address on their account.
|
|
- *Local Account Association*: Allows users that have signed up with an external auth strategy (such as Google) the ability to associate a email address and password for login. **Note: Existing users with external authentication will be prompted to setup a local account when they sign in and when new users create an account.**
|
|
|
|
## GDPR Compliance
|
|
|
|
In order to facilitate compliance with the
|
|
[EU General Data Protection Regulation (GDPR)](https://www.eugdpr.org/), you
|
|
should review our [GDPR Compliance](/talk/integrating/gdpr/) guidelines.
|