Skip to content

Files

Latest commit

c1d3822 · Oct 4, 2024

History

History
9 lines (6 loc) · 389 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 389 Bytes

Example: Auth SDK

Tip

Questions or issues? Check our discord channel for help.

This repository provides examples how to authenticate in Saleor using different approaches, namely with GraphQL clients such as Apollo or urql. Each example is put into its own directory under app/.

  • app/apollo/ for Apollo client
  • app/urql/ for urql client