{"id":22918224,"url":"https://github.com/stlbucket/supabase-cli-bug","last_synced_at":"2025-04-01T13:17:04.929Z","repository":{"id":184483947,"uuid":"671971199","full_name":"stlbucket/supabase-cli-bug","owner":"stlbucket","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-28T15:32:31.000Z","size":1045,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T00:31:39.276Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stlbucket.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-07-28T15:18:15.000Z","updated_at":"2023-07-28T15:23:03.000Z","dependencies_parsed_at":"2023-07-28T16:53:01.421Z","dependency_job_id":null,"html_url":"https://github.com/stlbucket/supabase-cli-bug","commit_stats":null,"previous_names":["stlbucket/supabase-cli-bug"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stlbucket%2Fsupabase-cli-bug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stlbucket%2Fsupabase-cli-bug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stlbucket%2Fsupabase-cli-bug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stlbucket%2Fsupabase-cli-bug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stlbucket","download_url":"https://codeload.github.com/stlbucket/supabase-cli-bug/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246644099,"owners_count":20810687,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-14T06:29:26.944Z","updated_at":"2025-04-01T13:17:04.908Z","avatar_url":"https://github.com/stlbucket.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![@nuxtjs/supabase](./docs/public/cover.jpg)](https://supabase.nuxtjs.org)\n\n# Nuxt Supabase\n\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n[![License][license-src]][license-href]\n[![Nuxt][nuxt-src]][nuxt-href]\n[![Volta][volta-src]][volta-href]\n\n\u003e [Supabase](https://supabase.com) module for [Nuxt](https://v3.nuxtjs.org)\n\n- [✨ \u0026nbsp;Changelog](https://github.com/nuxt-community/supabase-module/blob/main/CHANGELOG.md)\n- [📖 \u0026nbsp;Read the documentation](https://supabase.nuxtjs.org)\n- [▶ \u0026nbsp;Video](https://www.youtube.com/watch?v=jIyiRT6zT8Q)\n- [👾 \u0026nbsp;Demo](./demo)\n\n## Features\n\n- Nuxt 3 ready\n- Vue 3 composables\n- Usage in API server routes\n- Authentication support\n- Use supabase-js isomorphic client\n- TypeScript support\n\n## Usage\n\nCheckout https://supabase.nuxtjs.org\n\n## Nuxt 2\n\nIf you are looking for a solution with Nuxt 2, checkout https://github.com/supabase-community/nuxt-supabase\n\n## Development\n\n1. Clone this repository\n2. Install dependencies using `yarn install` or `npm install`\n3. Prepare development server using `yarn dev:prepare` or `npm run dev:prepare`\n4. Build module using `yarn build` or `npm build`\n5. Launch playground using `yarn dev` or `npm run dev`\n6. Click the \"Login OTP\" button - this will send an email to test@example.com, and redirect to your local InBucket at 54324\n7. Use the link\n8. Observe the problem - app doesn't actually login, just has the link with the token in the URL.\n\n## License\n\n[MIT License](./LICENSE)\n\n\u003c!-- Badges --\u003e\n[npm-version-src]: https://img.shields.io/npm/v/@nuxtjs/supabase/latest.svg?style=flat\u0026colorA=18181B\u0026colorB=28CF8D\n[npm-version-href]: https://npmjs.com/package/@nuxtjs/supabase\n\n[npm-downloads-src]: https://img.shields.io/npm/dt/@nuxtjs/supabase.svg?style=flat\u0026colorA=18181B\u0026colorB=28CF8D\n[npm-downloads-href]: https://npmjs.com/package/@nuxtjs/supabase\n\n[github-actions-ci-src]: https://github.com/nuxt-community/supabase-module/workflows/ci-main/badge.svg\n[github-actions-ci-href]: https://github.com/nuxt-community/supabase-module/actions?query=workflow%3Aci\n\n[codecov-src]: https://img.shields.io/codecov/c/github/nuxt-community/supabase-module.svg?style=flat\u0026colorA=18181B\u0026colorB=28CF8D\n[codecov-href]: https://codecov.io/gh/nuxt-community/supabase-module\n\n[license-src]: https://img.shields.io/npm/l/@nuxtjs/supabase.svg?style=flat\u0026colorA=18181B\u0026colorB=28CF8D\n[license-href]: https://npmjs.com/package/@nuxtjs/supabase\n\n[nuxt-src]: https://img.shields.io/badge/Nuxt-18181B?logo=nuxt.js\n[nuxt-href]: https://nuxt.com\n\n[volta-src]: https://user-images.githubusercontent.com/904724/209143798-32345f6c-3cf8-4e06-9659-f4ace4a6acde.svg\n[volta-href]: https://volta.net/nuxt-modules/supabase?utm_source=readme_nuxt_supabase\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstlbucket%2Fsupabase-cli-bug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstlbucket%2Fsupabase-cli-bug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstlbucket%2Fsupabase-cli-bug/lists"}