Skip to main content

Authentication & Authorization

Authentication

Authorization

  • Now that we know who you are (see Authentication), what are you allowed to do?
  • Authorization Academy • A series of (free) technical guides for building application authorization. Learn about RBAC, ReBAC, authorization enforcement, and authorization in microservices 📖

Inbox

  • How to Roll Your Own Auth • Great explanation of how auth works so you can code it yourself if you want to • Ben Awad 📺

  • Your Next.js Project Doesn’t Need Auth • Advocates faking auth via hard-coded user data and fake cookies for as long as possible so you can focus on building your app’s core features • Sam Meech-Ward 📺