tpcofficial / big-oauth2

A OAuth2 module to easily allow you to integrate your applications authentication with 3rd party IdPs. Returns user data with minimal code to help you create and manage users in your databases!
GNU General Public License v3.0
3 stars 1 forks source link

0.3.0 - Providers for all! #26

Closed dudeisbrendan03 closed 3 years ago

dudeisbrendan03 commented 3 years ago

Minimum:

dudeisbrendan03 commented 3 years ago

29 #28 #27 #12 still got to do

dudeisbrendan03 commented 3 years ago

Prob not doing this tomorrow, got another project to work on so @0xh4sh @Superigi heyo 😳

I'm happy to provide API keys n apps and all that

Testing environment has been updated to add GitHub

#Update your testing env
git pull
npm reset-win

Remember when developing in big-oauth2, if your directory structure is correct (as shown below)

some-folder-to-store-your-projects/
    big-oauth2/
    big-oauth2-testing/
    some-other-repo/
    look-another/
    ...

Then you can easily update your OAuth2 providers inside big-oauth2-testing by running npm run fetch-providers-win or npm run fetch-providers if you're on Linux.

To make life easier you can also fetch providers then start by running npm run fetch-start-win (or once again, npm run fetch-start on Linux)

If anyone else wishes to contribute please let me know I'd love to see more people involved!

dudeisbrendan03 commented 3 years ago

If you think anything should be added, changed or you find a bug create an issue!

Even if it's something you'll do yourself, it means I can make a better changelog on releases! :)

dudeisbrendan03 commented 3 years ago

Coming back to work on this