---
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

- **2026-03-06** `c687885139da` — 2 info
  - added the optional property `oauth_enabled` to the response with the `200` status
  - added the optional property `oauth_providers` to the response with the `200` status
- **2022-04-11** `afed188e0556` — 1 info
  - endpoint added
- **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)
