Home / Companies / Twilio / Blog / Post Details
Content Deep Dive

How to Use Multiple Authentication Providers in Lumen

Blog post from Twilio

Post Details
Company
Date Published
Author
Kenneth Ekandem
Word Count
2,408
Language
English
Hacker News Points
-
Summary

This tutorial explains how to use multiple authentication providers in Lumen, a micro-framework built by Laravel. It covers tokenization for authentication, installation and configuration of Laravel Passport, creating controllers and routes, adding guard configurations, testing the application using Postman, and more. The goal is to limit access to routes depending on whether the logged-in user is an admin or not.