You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -143,13 +143,13 @@ single configuration line:
143
143
144
144
This will automatically sign all outgoing ActiveResource requests from your app.
145
145
146
-
### Active Rest Client
146
+
### Flexirest
147
147
148
-
ApiAuth also works with [ActiveRestClient](https://github.com/whichdigital/active-rest-client) in a very similar way.
149
-
Simply add this configuration to your ActiveRestClient initializer in your app and it will automatically sign all outgoing requests.
148
+
ApiAuth also works with [Flexirest](https://github.com/andyjeffries/flexirest) (used to be ActiveRestClient, but that is now unsupported) in a very similar way.
149
+
Simply add this configuration to your Flexirest initializer in your app and it will automatically sign all outgoing requests.
0 commit comments