jasonraimondi / ts-oauth2-server-example

This is an example implementation of the @jmondi/oauth2-server project using a NestJS/Express server and a Sveltekit client. This is supposed to be a more real example of how to implement the package in a production application.
https://github.com/jasonraimondi/ts-oauth2-server
MIT License
10 stars 2 forks source link

Use node --loader to run ts-node in esm module, fixes #6 #7

Closed michielbdejong closed 4 months ago

michielbdejong commented 4 months ago

See discussion in #6

michielbdejong commented 4 months ago

It turns out the answer below it works better: https://stackoverflow.com/a/74020922/680454