Skip to content

Non-cookie token storage #186

Closed
Closed
@dts

Description

@dts

Is your feature request related to a problem? Please describe.

I am implementing an Ionic app using @nuxtjs/ionic. I'd like to use Supabase as my API, but that means I need a way to store authentication tokens using the native plugins.

Describe the solution you'd like

Being able to have my own (async) getter and setter methods in the config would allow me to do this.

Describe alternatives you've considered

I can use cookies, though I worry that they won't be as durable as using dedicated local storage.

Additional context

I am happy to make/work on the change if that's useful!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions