Coder Social home page Coder Social logo

prakharjoshi / authomatic Goto Github PK

View Code? Open in Web Editor NEW

This project forked from authomatic/authomatic

0.0 2.0 1.0 7.03 MB

Simple yet powerful authorization / authentication client library for Python web applications.

Home Page: http://peterhudec.github.io/authomatic

License: MIT License

Python 94.74% Shell 0.35% CoffeeScript 3.50% HTML 1.41%

authomatic's Introduction

Authomatic

Forked from Authomatic which is a framework agnostic library for Python web applications with a minimalistic but powerful interface which simplifies authentication of users by third party providers like Facebook or Twitter through standards like OAuth and OpenID.

For more info visit the project page at http://peterhudec.github.io/authomatic.

Features

  • Added new client credentials grant type authorization for users

Usage

Read the exhaustive documentation at http://peterhudec.github.io/authomatic. Just a small change in configuring your providers, just mention the grant type for your authorization flow in the provider class like this

for Client credential grant type
` grant_type = AuthorizationProvider.CLIENT_CREDENTIALS_GRANT_TYPE `
for authorization code grant type
` grant_type = AuthorizationProvider.AUTHORIZATION_CODE_GRANT_TYPE `

The default grant_type is also AUTHORIZATION_CODE_GRANT_TYPE so if you don't mention the grant type it will automatically assume it to be AUTHORIZATION_CODE_GRANT_TYPE.

authomatic's People

Contributors

peterhudec avatar touilleman avatar marksteve avatar prakharjoshi avatar jmurty avatar yprez avatar ghufransyed avatar bradjc avatar eads avatar justingrayston avatar pawl avatar petewerner avatar g-k avatar jonathanhuot avatar qalthos avatar ondrejsika avatar scorphus avatar d10n avatar peterjliu avatar

Watchers

James Cloos avatar  avatar

Forkers

grofers

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.