Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add token based auth mechanism #77

Merged
merged 1 commit into from
Oct 8, 2019
Merged

Add token based auth mechanism #77

merged 1 commit into from
Oct 8, 2019

Conversation

rabajaj0509
Copy link
Contributor

Till now we only support basic auth, this pr adds the functionality to authenticate
using token-based authentication.

@@ -1,3 +1,4 @@
require 'apipie_bindings/authenticators/basic_auth'
require 'apipie_bindings/authenticators/credentials_legacy'
require 'apipie_bindings/authenticators/oauth'
require 'apipie_bindings/authenticators/token_auth'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mbacovsky the issue I was facing this entire time was because of not having his line of code.

@Rocco83
Copy link

Rocco83 commented Mar 22, 2019

This feature would be highly appreciated. 👍

@rabajaj0509 rabajaj0509 changed the title [WIP] Add token based auth mechanism Add token based auth mechanism Oct 8, 2019
Copy link
Contributor

@mbacovsky mbacovsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems things settled down finally. Thanks @rahulbajaj0509!

@mbacovsky mbacovsky merged commit e38c40e into Apipie:master Oct 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants