hi all!
This script is no long maintained, however i do have a friend who has made a far better solution to this problem!
please see https://github.com/totallynotinteresting/crossover for more info :)
if possible could you please star his repo too?
hi all!
This script is no long maintained, however i do have a friend who has made a far better solution to this problem!
please see https://github.com/totallynotinteresting/crossover for more info :)
if possible could you please star his repo too?
| 'use client' | |
| import * as React from 'react' | |
| import { EyeIcon, EyeOffIcon } from 'lucide-react' | |
| import { Button } from '@/components/ui/button' | |
| import { Input, type InputProps } from '@/components/ui/input' | |
| import { cn } from '@/lib/utils' | |
| const PasswordInput = React.forwardRef<HTMLInputElement, InputProps>(({ className, ...props }, ref) => { |
| // pages/api/spotify. | |
| import querystring from 'querystring'; | |
| const { | |
| NEXT_PUBLIC_SPOTIFY_CLIENT_ID: client_id, | |
| NEXT_PUBLIC_SPOTIFY_CLIENT_SECRET: client_secret, | |
| NEXT_PUBLIC_SPOTIFY_REFRESH_TOKEN: refresh_token, | |
| } = process.env; |
| ssh-keygen -t rsa -b 4096 -m PEM -f jwtRS256.key | |
| # Don't add passphrase | |
| openssl rsa -in jwtRS256.key -pubout -outform PEM -out jwtRS256.key.pub | |
| cat jwtRS256.key | |
| cat jwtRS256.key.pub |