---
title: "GET verify/reauthentication form"
method: GET
path: "/verify"
---

# GET verify/reauthentication form

`GET /verify`

If an endpoint is protected with @auth_required() with a freshness declaration this endpoint will be called to request an already signed in user to reauthenticate.

## Response `200`

Verify/reauthenticate form

- object
  - `has_webauthn_verify_credential` boolean — < True if caller has a registered WebAuthn Key which has a `usage` that is allowed by the SECURITY_WAN_ALLOW_AS_VERIFY configuration setting.
  - `oauth_enabled` boolean — True if SECURITY_OAUTH_ENABLE is True
  - `oauth_providers` string[]

## Changes

> 52 revisions in range; 37 could not be searched.

- **2019-07-23** `11c8459a5c04` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/pallets-eco/apis/flask-security-external-api/changes/verify/get.md)

---

[API](https://skmtc.dev/pallets-eco/apis/flask-security-external-api.md) · [All operations](https://skmtc.dev/pallets-eco/apis/flask-security-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pallets-eco/flask-security-external-api/revisions/ee92f388dafa/schema)
