Add an example service account use case. This example includes two applications:
Minimal nextjs app with next-auth for login
Minimal js script to make a get request to the nextjs application using the service account
I intentionally kept things very bear-bones to just demonstrate how to do the auth stuff and reduce boilerplate. But could flesh it out if we want this to be more of a template.
Add an example service account use case. This example includes two applications:
I intentionally kept things very bear-bones to just demonstrate how to do the auth stuff and reduce boilerplate. But could flesh it out if we want this to be more of a template.