I checked EveryAuth module which has excellent features and decided to use in my project.
My Question is, How to handle the social auth data (twitter,facebook...) in redis
I checked EveryAuth module which has excellent features and decided to use in my project.
My Question is, How to handle the social auth data (twitter,facebook...) in redis
Copyright © 2021 Jogjafile Inc.
As redis is a key-value system, you need to create your keys accordingly.
For example, you might do this :
Then for the data itself
There is no specific way to do it, but if you need relationship between keys, you need to handle it yourself ( such a username<->id relationship shown above )