Skip to content
This repository has been archived by the owner on Jan 13, 2020. It is now read-only.

Commit

Permalink
Reveal api token
Browse files Browse the repository at this point in the history
  • Loading branch information
naveedgol committed Nov 30, 2018
1 parent ac971ac commit 0eeb058
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
@@ -1,6 +1,5 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.

token.ts
musickit.js

# compiled output
Expand Down
2 changes: 2 additions & 0 deletions src/environments/token.ts
@@ -0,0 +1,2 @@
// tslint:disable-next-line:max-line-length
export const token = 'eyJhbGciOiJFUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IkY5UE1TRjNONVUifQ.eyJpc3MiOiJBVVdWNExLQ0tMIiwiaWF0IjoxNTQzMDg0MDEzLCJleHAiOjE1NDM2ODg4MTN9.5aExiJIhWRaxD6Nn_JI3-naO_YISHC5beLp6mPJePVbUDcw0hyPC5OvJSSAJbFXIRA7HtV8LaeuaIzfFJtQcRg';

0 comments on commit 0eeb058

Please sign in to comment.