2 Commits

Author SHA1 Message Date
René Preuß
5454c9677b chore(release): v1.0.5 2023-04-08 11:39:35 +02:00
René Preuß
434c335e3f Add access token ref to useAuth return 2023-04-08 11:38:41 +02:00
3 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
# Changelog # Changelog
## v1.0.5
## v1.0.4 ## v1.0.4
## v1.0.3 ## v1.0.3

View File

@@ -1,6 +1,6 @@
{ {
"name": "@bitinflow/nuxt-oauth", "name": "@bitinflow/nuxt-oauth",
"version": "1.0.4", "version": "1.0.5",
"description": "Nuxt 3 OAuth Module", "description": "Nuxt 3 OAuth Module",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",

View File

@@ -80,6 +80,7 @@ export default async (options: ComposableOptions = {
signOut, signOut,
setBearerToken, setBearerToken,
bearerToken, bearerToken,
accessToken,
authConfig authConfig
} }
} }