sergiodxa / remix-auth-oauth2

A OAuth2Strategy for Remix Auth
https://sergiodxa.github.io/remix-auth-oauth2/
MIT License
150 stars 56 forks source link

Correct the documentation - getUser() not found #61

Closed RichardJECooke closed 1 year ago

RichardJECooke commented 1 year ago

The documentation for this npm package has the line

 return await getUser(

but this gives the error

Cannot find name 'getUser'.ts(2304)

How to fix this line please?