Questions tagged [api-auth]

Full HMAC auth implementation for use in the gems and Rails apps.

Full HMAC auth implementation for use in the gems and Rails apps.

17 questions
-1
votes
1 answer

Every time "api/Auth" sends 401 error - dot net core web api

I have 2 application one is 'dot net mvc' and 'dot net core web api'. Steps: if request done from mvc to api, api will again create a request to the mvc app with token it get in request as follow: using (var client = new HttpClient() { BaseAddress =…
-1
votes
1 answer

How can i add ApiAuth headers to Rspec request spec?

I have a spec type: :request and I want to add authentication via ApiAuth. How can i do that? ApiAuth use request object for authentication ApiAuth.sign!(request, user.id, user.api_secret_key) And I can use it in specs for controllers as…
eugene_trebin
  • 1,485
  • 1
  • 16
  • 29
1
2