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

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

Open
buren opened this issue Aug 15, 2018 · 1 comment
Open

Comments

@buren
Copy link
Member

buren commented Aug 15, 2018

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
@buren
Copy link
Member Author

buren commented Aug 15, 2018

Partially fixed by #1616

@buren buren closed this as completed Sep 19, 2018
@buren buren reopened this Sep 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant