mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-12 20:06:28 +00:00
parent
3023dc6bb0
commit
08d1ff1c81
@ -12,7 +12,7 @@ Once an authentication provider has confirmed the identity of a user, it will pa
|
||||
|
||||
Auth providers are defined in `homeassistant/auth_providers/<name of provider>.py`. The auth provider module will need to provide an implementation of the `AuthProvider` class and contain a credential flow. This flow is what asks user for information and validates it.
|
||||
|
||||
For an example of a fully implemented auth provider, please see [insecure_example.py](https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/auth_providers/insecure_example.py).
|
||||
For an example of a fully implemented auth provider, please see [insecure_example.py](https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/auth/providers/insecure_example.py).
|
||||
|
||||
Auth providers can extend the following methods.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user