nuxt-modules / nuxt-modules/strapi
Is the option api_token implemented ?
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 717
- Forks
- 89
- Avg merge
- 7h 3m
- Merged PRs (30d)
- 6
Description
Hello, i have read this issue : https://github.com/nuxt-modules/strapi/issues/254
And i want to know if an option to set Strapi api token is now available ? i don't see it in the documentation.
Meanwhile i will use useStrapiClient, like that (not tested) :
const client = useStrapiClient()
await client('/articles', {
method: 'GET',
headers: {
'Authorization': 'Bearer ' + token,
}
})
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read the current documentation and the useStrapiClient entry point mentioned in the issue first. Confirm whether an api_token option is implemented or documented; done means its availability is clearly answered and any documentation gap is identified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nuxtjs, typescript
- Domain
- authentication, documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100