soofstad / react-oauth2-pkce

Provider agnostic OAuth2 Authorization Code flow with PKCE for React
MIT License
125 stars 53 forks source link

refactor: replace react-scripts (cra) with vite, and make necessary changes #206

Closed sebastianvitterso closed 1 week ago

sebastianvitterso commented 1 week ago

What does this pull request change, and why?

Create React App (CRA) isn't as modern anymore, and using vite is (in my opinion) a cleaner choice.

Also we've made the switch in most of our other projects, so it's about time we do it here too.

Doesn't really matter though, since we're switching only for the example project, just thought it would be nice.

Issues related to this change

None

soofstad commented 1 week ago

Seems to work! :tada: