Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CryceTruly/incomeexpensesapi
/ functions
Functions
50 in github.com/CryceTruly/incomeexpensesapi
⨍
Functions
50
◇
Types & classes
61
↓ 30 callers
Method
get
(self, request)
authentication/views.py:63
↓ 10 callers
Method
save
(self, **kwargs)
authentication/serializers.py:142
↓ 6 callers
Method
post
(self, request)
authentication/views.py:36
↓ 4 callers
Method
tokens
(self)
authentication/models.py:59
↓ 3 callers
Method
create_user
(self, username, email, password=None)
authentication/models.py:13
↓ 3 callers
Function
register_social_user
(provider, user_id, email, name)
social_auth/register.py:19
↓ 2 callers
Method
send_email
(data)
authentication/utils.py:19
↓ 2 callers
Method
validate
(self, attrs)
social_auth/serializers.py:63
↓ 1 callers
Function
generate_username
(name)
social_auth/register.py:9
↓ 1 callers
Function
main
()
manage.py:7
↓ 1 callers
Method
validate
(self, attrs)
authentication/serializers.py:65
↓ 1 callers
Method
validate_twitter_auth_tokens
validate_twitter_auth_tokens methods returns a twitter user profile info
social_auth/twitterhelper.py:14
Method
__init__
(self, email)
authentication/utils.py:9
Method
__str__
(self)
authentication/models.py:56
Method
__str__
(self)
expenses/models.py:30
Method
__str__
(self)
income/models.py:30
Method
create
(self, validated_data)
authentication/serializers.py:32
Method
create_superuser
(self, username, email, password=None)
authentication/models.py:24
Method
get
(self, request, uidb64, token)
authentication/views.py:117
Method
get_queryset
(self)
expenses/views.py:17
Method
get_queryset
(self)
expenses/views.py:27
Method
get_queryset
(self)
income/views.py:17
Method
get_queryset
(self)
income/views.py:27
Method
get_tokens
(self, obj)
authentication/serializers.py:53
Method
has_object_permission
(self, request, view, obj)
expenses/permissions.py:6
Method
has_object_permission
(self, request, view, obj)
income/permissions.py:6
Method
patch
(self, request)
authentication/views.py:149
Method
perform_create
(self, serializer)
expenses/views.py:14
Method
perform_create
(self, serializer)
income/views.py:14
Method
post
(self, request)
authentication/views.py:81
Method
post
(self, request)
authentication/views.py:90
Method
post
(self, request)
authentication/views.py:160
Method
post
POST with "auth_token" Send an idtoken as from google to get user information
social_auth/views.py:11
Method
post
POST with "auth_token" Send an access token as from facebook to get user information
social_auth/views.py:30
Method
post
(self, request)
social_auth/views.py:48
Method
render
(self, data, accepted_media_type=None, renderer_context=None)
authentication/renderers.py:8
Method
run
(self)
authentication/utils.py:13
Method
setUp
(self)
authentication/tests/test_setup.py:10
Method
tearDown
(self)
authentication/tests/test_setup.py:23
Method
test_user_can_login_after_verification
(self)
authentication/tests/test_views.py:23
Method
test_user_can_register_correctly
(self)
authentication/tests/test_views.py:10
Method
test_user_cannot_login_with_unverified_email
(self)
authentication/tests/test_views.py:17
Method
test_user_cannot_register_with_no_data
(self)
authentication/tests/test_views.py:6
Method
validate
(self, attrs)
authentication/serializers.py:23
Method
validate
(self, attrs)
authentication/serializers.py:111
Method
validate
(self, attrs)
authentication/serializers.py:138
Method
validate
validate method Queries the facebook GraphAPI to fetch the user info
social_auth/facebook.py:11
Method
validate
validate method Queries the Google oAUTH2 api to fetch the user info
social_auth/google.py:9
Method
validate_auth_token
(self, auth_token)
social_auth/serializers.py:12
Method
validate_auth_token
(self, auth_token)
social_auth/serializers.py:36