* docs: update auth docs + add new storefront guides * lint content * fix vale error * add callback response schema * Update www/apps/resources/app/commerce-modules/auth/auth-providers/github/page.mdx Co-authored-by: Stevche Radevski <sradevski@live.com> * Update www/apps/resources/app/commerce-modules/auth/auth-providers/github/page.mdx Co-authored-by: Stevche Radevski <sradevski@live.com> * Update www/apps/resources/app/commerce-modules/auth/authentication-route/page.mdx Co-authored-by: Stevche Radevski <sradevski@live.com> * address PR comments * replace google -> github * better explanation for refresh token --------- Co-authored-by: Stevche Radevski <sradevski@live.com>
15 lines
354 B
TypeScript
15 lines
354 B
TypeScript
/**
|
|
* @schema AuthCallbackResponse
|
|
* type: object
|
|
* description: The authentication's details.
|
|
* x-schemaName: AuthCallbackResponse
|
|
* required:
|
|
* - location
|
|
* properties:
|
|
* token:
|
|
* type: string
|
|
* title: location
|
|
* description: The location to redirect the user to for further authentication with the third-party provider.
|
|
*/
|
|
|