Skip to content

Commit 59d3691

Browse files
committed
update link
1 parent 73a6e18 commit 59d3691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/internals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ stateDiagram-v2
107107
108108
## Device flow authentication
109109

110-
Device flow authentication enables an application to authenticate a user by providing a link that can be opened on another device where the user can proceed with authentication. The application will be able to check whether the user has completed authentication on the other device by calling certain APIs. Finally, the application can retrieve the users OAuth token via the same API call. Device flow authentication becomes necessary on devices that do not have a browser based interface for regular login or applications that are not browser based such as command line applications. More details [here](https://auth0.com/docs/get-started/authentication-and-authorization-flow/device-authorization-flow).
110+
Device flow authentication enables an application to authenticate a user by providing a link that can be opened on another device where the user can proceed with authentication. The application will be able to check whether the user has completed authentication on the other device by calling certain APIs. Finally, the application can retrieve the users OAuth token via the same API call. Device flow authentication becomes necessary on devices that do not have a browser based interface for regular login or applications that are not browser based such as command line applications. More details [here](https://datatracker.ietf.org/doc/html/rfc8628).
111111

112112
### Working of device flow in PkgAuthentication.jl
113113

0 commit comments

Comments
 (0)