mirror of
https://github.com/bitinflow/nuxt-oauth.git
synced 2026-03-14 14:16:06 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6864194251 | ||
|
|
fc4abb27d5 |
@@ -3,6 +3,8 @@
|
|||||||
|
|
||||||
## v2.0.1
|
## v2.0.1
|
||||||
|
|
||||||
|
## v2.0.0
|
||||||
|
|
||||||
## v1.0.6
|
## v1.0.6
|
||||||
|
|
||||||
## v1.0.5
|
## v1.0.5
|
||||||
|
|||||||
@@ -82,7 +82,7 @@ export default defineNuxtConfig({
|
|||||||
|
|
||||||
This will be your callback url (host is determined by `window.location.origin`):
|
This will be your callback url (host is determined by `window.location.origin`):
|
||||||
|
|
||||||
- Callback: `http://localhost:3000/auth/login`
|
- Callback: `http://localhost:3000/login`
|
||||||
|
|
||||||
That's it! You can now use @bitinflow/nuxt-oauth in your Nuxt app ✨
|
That's it! You can now use @bitinflow/nuxt-oauth in your Nuxt app ✨
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,8 @@
|
|||||||
"dev": "nuxi dev playground",
|
"dev": "nuxi dev playground",
|
||||||
"dev:build": "nuxi build playground",
|
"dev:build": "nuxi build playground",
|
||||||
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
|
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
|
||||||
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish --access public && git push --follow-tags",
|
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && git push --follow-tags",
|
||||||
|
"push": "npm publish --access public",
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"test": "vitest run",
|
"test": "vitest run",
|
||||||
"test:watch": "vitest watch"
|
"test:watch": "vitest watch"
|
||||||
|
|||||||
Reference in New Issue
Block a user