Skip to content

An introduction to Supabase Social Link Spotify OAuth using Angular v17

Notifications You must be signed in to change notification settings

KaliaHayes/supabase-angular-spotify-auth

Repository files navigation

image


Supafy

Related Blog Post: Supafy: An Angular v17 Guide to User Authentication, Management, and Spotify OAuth Social Login using Supabase

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Adding your Supabase URL and Key

Update the environment.ts file with your Supabase URL and Key:

export const environment = {
  production: false,
  supabaseUrl: '<your_supabase_project_url>', // https://examplesupabaseurl.supabase.co
  supabaseKey: '<your_supabase_api_key>',
  supabaseAuthToken: 'sb-<your_supabase_reference_id>-auth-token', // sb-examplesupabaseurl-auth-token
};

This project was generated with Angular CLI version 17.1.2.

About

An introduction to Supabase Social Link Spotify OAuth using Angular v17

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published