Commit Graph

211 Commits

Author SHA1 Message Date
thec0sm0s
17b7c6b82d Update CONTRIBUTING.rst 2020-09-27 16:35:37 +05:30
thec0sm0s
aec2876759 Update CONTRIBUTING.rst 2020-09-27 16:34:56 +05:30
thec0sm0s
6f3aed673a ✔ Minor fix 2020-09-27 15:40:02 +05:30
thec0sm0s
1a90cd18c6 ✔ Add CONTRIBUTING.rst 2020-09-27 15:36:34 +05:30
thec0sm0s
bf53bf825f ✔ Add proxy support 2020-09-13 23:58:08 +05:30
thec0sm0s
5bd875cae9 ✔ Docs improvements 2020-09-11 10:20:48 +05:30
thec0sm0s
f43575162f ✔ Bump the version to 0.1.61 2020-09-11 10:11:38 +05:30
thec0sm0s
da5a609682 ✔ Minor additions to docs 2020-09-11 10:08:18 +05:30
thec0sm0s
f749741647 ✔ Explicitly set OAUTHLIB_INSECURE_TRANSPORT to true only in development environment 2020-09-11 10:02:08 +05:30
thec0sm0s
03eea97a77 ✔ Raise an instance of the exception class 2020-09-11 09:55:33 +05:30
thec0sm0s
72538e5ef3 Do not set OAUTHLIB_INSECURE_TRANSPORT to true implicitly 2020-09-11 09:54:56 +05:30
thec0sm0s
0a2323f387 ✔ Implement method for lazy initialization supporting flask factory patterns. 2020-09-11 09:53:46 +05:30
thec0sm0s
d23441a070 ✔ Include pyjwt requirement 2020-08-10 11:34:44 +05:30
thec0sm0s
8b423e216e ✔ Properly raise an Exception when user cancels the flow while OAuth grant 2020-08-10 11:32:52 +05:30
thec0sm0s
369127092b 👍 Bump version to 0.1.60 2020-08-10 11:08:15 +05:30
thec0sm0s
1b505fec69 Refactor and improve jwt state manager 2020-08-10 11:07:09 +05:30
thec0sm0s
fbb7e23116 Merge pull request #23 from williamhatcher/dev
Encode params into state
2020-08-09 20:00:12 +05:30
William 'psyFi' Hatcher
1eacfb6df1 Better session/key management 2020-08-08 18:22:53 -05:00
William 'psyFi' Hatcher
2ecddd11d1 Params rework. requirements.txt updated 2020-08-07 14:23:18 -05:00
William 'psyFi' Hatcher
e1e0e7bd86 Added tests/.env to .gitignore 2020-08-06 00:03:04 -05:00
thec0sm0s
f93d5c059b Implement explicit methods to save and get OAuth2 token and secrets 2020-08-04 21:35:37 +05:30
thec0sm0s
7ff98a9e1e Add ko-fi link in FUNDING.yml 2020-07-30 17:31:01 +05:30
thec0sm0s
9e626d9e1b Update requirements 2020-07-29 22:47:56 +05:30
thec0sm0s
59d944aa0c Use separate _fetch_token method 2020-07-25 22:52:34 +05:30
thec0sm0s
164791436e Move attributes from base class to actual client 2020-07-24 23:45:37 +05:30
thec0sm0s
d703937da5 Make client secret and bot tokens protected attributes so that someone doesn't spills their secrets accidentally 2020-07-24 23:43:29 +05:30
thec0sm0s
5e99ed9af9 Abstract guild permissions value within discord.py Permissions 2020-07-18 17:26:50 +05:30
thec0sm0s
66b5ccc734 Register discord.py docs to mapping 2020-07-18 16:36:09 +05:30
thec0sm0s
f11677ed34 Update dependencies 2020-07-18 15:09:30 +05:30
thec0sm0s
f9f77d9aa4 Update minor description 2020-07-15 12:06:39 +05:30
thec0sm0s
cd1b501315 Merge branch 'master' into dev 2020-07-15 11:54:18 +05:30
thec0sm0s
79b6d56305 Merge pull request #21 from williamhatcher/master
Add Unauthorized redirect to basic usage
2020-07-15 11:05:50 +05:30
William 'psyFi' Hatcher
8d40b1a405 Added Unauthorized redirect to basic usage 2020-07-14 22:01:50 -05:00
William 'psyFi' Hatcher
a0682fc192 Added Unauthorized redirect to basic usage 2020-07-14 22:00:52 -05:00
thec0sm0s
3ea0fcc44e ✔ Use the bot request if the model requires bot token, not OAuth 2020-06-29 23:57:21 +05:30
thec0sm0s
0bab72c9e3 ✔ Use the already implemented bot_request 2020-06-27 15:52:46 +05:30
thec0sm0s
5d84158502 ✔ Add low level request method for bot scope resources 2020-06-27 15:40:53 +05:30
thec0sm0s
d552a048ee ✔ Bump version to 0.1.54 2020-06-23 20:49:48 +05:30
thec0sm0s
2712a844bb ✔ Explicitly mention used packages in requirements 2020-06-23 20:49:25 +05:30
thec0sm0s
1d2c85d3e8 ✔ Add support to specify custom parameters in authorization URL along with ability to determine authorization type 2020-06-23 20:46:26 +05:30
thec0sm0s
c0742a3651 ✔ Update the requirements 2020-06-08 10:43:51 +05:30
thec0sm0s
cf2c832aa2 🔼 Bump version to 0.1.53 2020-06-08 10:22:54 +05:30
thec0sm0s
fa508076fd User 4 space indentation 2020-06-08 10:20:03 +05:30
thec0sm0s
c5ff29728e Merge pull request #15 from PredaaA/patch-1
Fix cachetools requirement missing in setup
2020-06-08 10:13:54 +05:30
PredaaA
f7ed3f42f7 Fix missing cachetools requirement missing in setup 2020-06-07 23:27:48 +02:00
thec0sm0s
1fc91d24c2 Handle cases efficiently when user avatar hash is None. Add method to return Discord default avatar url equivalent. 2020-06-02 13:15:00 +05:30
thec0sm0s
f5be182c2f Bump the version to 0.1.51 2020-05-21 10:55:50 +05:30
thec0sm0s
fd753fb5e5 Merge pull request #13 from A-Trash-Coder/master
Add a __eq__ and __ne__ to models Guild and User
2020-05-21 10:46:07 +05:30
A-Trash-Coder
2417e9dda0 Add operations to the docstrings of guild and user 2020-05-20 23:56:00 -04:00
A-Trash-Coder
eda1e4c1f2 Add operations to the docstrings of guild and user 2020-05-20 23:55:15 -04:00