-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Chris Gillum edited this page Feb 6, 2019
·
6 revisions
When Easy Auth is enabled, a REST API is created on your web app (or function app) which allows you to interact with the Easy Auth runtime to do things like login, logout, get information about the current user, refresh tokens, etc. These REST APIs exist under the {site-url}/.auth URL prefix. See the sections below for more details.
Reference for configuring the runtime behavior
Informational, warning, and error messages are written by the Easy Auth module to the web app's application logs. These are critical for diagnosing common problems, such as login failures. The module also writes various status codes which can be useful for diagnosing issues.
Common questions and issues that Easy Auth users often have when using the feature.