sergiodxa / remix-auth-oauth2

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

Add configuration option for scope attribute #64

Closed Zenith00 closed 11 months ago

Zenith00 commented 11 months ago

Resolves #50 #49 #51

Based on fork found in #51 with a stray . removed and basic tests added

> npm run test

> remix-auth-oauth2@1.9.0 test
> jest --config=config/jest.config.ts --passWithNoTests

 PASS  test/index.test.ts

Test Suites: 1 passed, 1 total                                                                                                                                                                                                                                    
Tests:       16 passed, 16 total
Snapshots:   0 total
Time:        1.007 s
Ran all test suites.
Zenith00 commented 11 months ago

bump for @sergiodxa 's perusal