Svelte
A good authentication example, Sapper sessions, Svelte Store
For my new architecture with microservices and Svelte, a vital implementation detail is the authentication and authorization mechanisms. In the last article, there was an example of how to build the signup component and in this example, we take a look at sessions. The final result is basic account creation and authentication support with a JWT token for upstream services. A quick glance at the authentication API We use an external service created in API Read more…