The Wayback Machine - http://web.archive.org/web/20200705175048/https://github.com/topics/authentication?l=python
Skip to content
#

authentication

Here are 440 public repositories matching this topic...

TMiguelT
TMiguelT commented Feb 17, 2020

Thanks for the new release. However I've noticed that all the changes to the documentation included in 0.5.0 aren't yet visible on the website. In particular I'm thinking about the custom test_client, which is documented here in the repo but not here on th

sambenas
sambenas commented Jul 16, 2019

If using a custom authentication token model, the related_name cannot be auth_token or that will clash with the default token model related name and the django project will fail to start.

The RegisterView returns an authentication token using user.auth_token. Since the related name for a custom token model had to be changed, user.auth_token does not actually exist.

As a workaround a

authomatic
dirkmoors
dirkmoors commented May 7, 2015

Hi,

In order to be able to use this in my Django Project, I need to be able to use the default Django decorator '@login_required()', which will redirect a user to a 'LOGIN_URL', while providing GET parameter 'next=/page-we-came-from/' after a successfull login has been performed. One the login has been performed, and the redirection to the page we came from has succeeded, the system should see t

cornelinux
cornelinux commented Apr 4, 2020

It might be useful to have a generic system for documenting anything within PrivacyIDEA. However that is a rather large undertaking.

See: #1814

We could have a table for documentation and then add links in this table where it links to.
But the questions would be

  • where display the documentation
  • to whom display the documention?
    • for users?
    • for admins?
yurabysaha
yurabysaha commented Jan 8, 2020

According to the Instagram announcement:

UPDATE: Starting October 15, 2019, new client registration and permission review on Instagram API platform are discontinued in favor of the Instagram Basic Display API.

Need to refactor instagram backend provider, because now its not a working.

instagram backend provider use https://api.instagram.com/v1/users/self for get user data, but now i

rossengeorgiev
rossengeorgiev commented Oct 23, 2016

It will be useful to have more recipies of how to use various functionalities of the library.
This would be the place to suggest possible use cases and do my best to get provide a nice clean recipe for them.

  • SteamClient login
  • Bulding a simple web api
  • Setup and use for SteamAuthenticator
  • WebAuth login and use (the docs have one)
  • More complex example of various St
jws
jws commented Jan 11, 2020

If you override PASSWORDLESS_USER_MOBILE_FIELD_NAME from the mobile default, the API serializer is not aware and will fail on validate.

https://github.com/aaronn/django-rest-framework-passwordless/blob/dcf520fc29d7a2af2d366b80e5af0f7753c8ab20/drfpasswordless/serializers.py#L54

The serializer should use PASSWORDLESS_USER_MOBILE_FIELD_NAME for:

  • querying against User model
  • request p
apragacz
apragacz commented May 6, 2019

This should be done after #48 will be done.
From #48:

I guess the initial solution could be leaving the name user_id but allow the user identification field to be changed, and then make the change user_id -> user in next major version (0.5.0?, 1.0.0?). Probably user_id should be deprecated first, and then removed altogether.

IMPORTANT: please remember to provide backward compatibility for th

Improve this page

Add a description, image, and links to the authentication topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the authentication topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.