-
There were two student users who experienced this.
ActionController::InvalidAuthenticityToken
URL | POSThttps://falcontime.herokuapp.com/students/133/registrations
-
I have my controller
```ruby
class BaseController < ActionController::API
acts_as_token_authentication_handler_for User, fallback: :exception
end
```
I expect to it to render json error. B…
Uysim updated
3 years ago
-
Hi,
tested some options with the newer google api from https://developers.google.com/identity/gsi/web/reference/js-reference?hl=en
the response is jwtToken
[credential](https://developers.googl…
-
I get an error whenever I open an rspec file, "Required path spec_helper could not be resolved." I'm wondering if it's because the `spec/` directory is not on the library search path? One workaround w…
-
When trying to calculate SPI (daily in this case) with the new "spi" argument, any day with no data yields SPI values of no data for any scale that spans that one day of No Data. This shouldn't happen…
-
```
Steps to reproduce:
1.Add server
2.Click its ip/hostname
3. try doing something jsut get an error
Actual result:Fails todo anything
Expected result:to sync the nodes
Version of the product:
Se…
-
```
Steps to reproduce:
1.Add server
2.Click its ip/hostname
3. try doing something jsut get an error
Actual result:Fails todo anything
Expected result:to sync the nodes
Version of the product:
Se…
-
I can't seem to get the Auth Token saved in localStorage to refresh.
From what I understand each request to the API should send back a new token,
but the token in jToker doesn't update. Could someone …
-
Maybe I am missing the point... but I don't understand how, why or when the `root` option works – I am putting it in all sorts of places, on `get/post`, on `namespaces/resources`, on `CollectionSerial…
-
## Before submitting an issue please check these first!
* On Windows? If so, do you need devkit for your ruby install? **On CentOS**
* Using Ubuntu? If so, you may have forgotten to install FreeTD…