# Authentication in Ionic Angular with Supabase

DevFeed: [Authentication in Ionic Angular with Supabase](<https://devfeed.tech/articles/authentication-in-ionic-angular-with-supabase-306.md>)

Original publisher: [Read original article](<https://supabase.com/blog/authentication-in-ionic-angular>)

Author: Simon Grimm

Published: 2022-11-08T07:00:00Z

Content type: tutorial

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [passwords](<https://devfeed.tech/topics/passwords.md>), [Database](<https://devfeed.tech/topics/database.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [angular](<https://devfeed.tech/tags/angular.md>), [auth](<https://devfeed.tech/tags/auth.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [database](<https://devfeed.tech/tags/database.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [messaging](<https://devfeed.tech/tags/messaging.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [security](<https://devfeed.tech/tags/security.md>), [sql](<https://devfeed.tech/tags/sql.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>), [web](<https://devfeed.tech/tags/web.md>)

## AI overview

A tutorial for building an Ionic Angular messaging app with Supabase authentication, email/password login, row-level security, token handling, and magic links.

## Source excerpt

Learn how to build an Ionic Angular app with authentication, Row Level Security, and Magic Link auth.