Skip to content
This repository was archived by the owner on Jun 25, 2020. It is now read-only.
This repository was archived by the owner on Jun 25, 2020. It is now read-only.

API raises ExpiredTokenError for routes that doesn't require authentication #1615

@buren

Description

@buren

Currently we force re-authenticate user for any page even the ones that don't require auth!

See app/controllers/api/v1/base_controller.rb#L505.


Some of the routes affected (prefixed with api/v1):

/contacts
/countries
/sections
/articles
/jobs
/jobs/:id
/frequencies
/languages
/languages/:id
/occupations
/skills
/genders
/notifications
/statuses

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions