KaliaHayes / supabase-angular-spotify-auth

An introduction to Supabase Social Link Spotify OAuth using Angular v17

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 68.0%Language:CSS 24.8%Language:JavaScript 5.9%Language:HTML 1.2%