Posttypescript, unions, node, programming
Understanding Discriminated Unions in TypeScript
Discriminated unions (also known as tagged unions) are a powerful TypeScript pattern that enables...
Date published
More posts

Building Android Widgets in Expo with Custom Native Modules
A guide to creating Android home screen widgets using Expo modules, complete with state management,...
- expo
- reactnative
- typescript

How to get the Oauth providre access tokens from next auth/authjs
Modify your nextauth client and add a callbacks section that will get the access token from the...
- nextjs
- authjs
- typescript

How to select oauth scopes in next-auth / authjs
You can select the scopes you want to request from GitHub/your oauthprovider in the login page, and...
- nextjs
- authjs
- oauth
