signalpoint / jDrupal

A JavaScript Library and API for Drupal Applications
http://jdrupal.tylerfrankenstein.com/
GNU General Public License v2.0
76 stars 38 forks source link

Use newer token session route #84

Closed hanoii closed 2 years ago

hanoii commented 5 years ago

rest.routing.yml:

# @deprecated This route is deprecated, use the system.csrftoken route from the
# system module instead.
# @todo Remove this route in Drupal 9.0.0.
rest.csrftoken:
  path: '/rest/session/token'

system.routing.yml

system.csrftoken:
  path: '/session/token'

Not urgent, but worth doing.

signalpoint commented 2 years ago

3+ years later, thank you @hanoii