ToolJet/frontend
Muhsin Shah C P 638fcf7223
[Feature] Now multiple users can login through RestAPI-Oauth 🚀 (#4052)
* Implemented multiple access token feature
- working on refresh token case

* worked on refresh token flow

* added multiple token ability to openapi plugin too
- fixed some bugs

* changed tokenData to token_data
- fixed some issues

* added user type with user id

* changed user type

* Rewrote some function
- added switch for enabling and disable multi auth
- fixed some bugs
- refactored the code

* fixed view app issue

* Fixed public app issue

* cleaning some code

* (public_app) add a check to avoid oauth login redirect when there is no access token

* reverted all changes of openapi (temporary)
- will add multi token functionality once done with restapi

* fixed a bug

* fixed a bug

* refactored some code

* changed the switch text

* pr changes

* changed token_data back to tokenData

* cleaning code

* removed token data from datasources query

* removed some lines

* added a comment
2022-09-19 20:27:37 +05:30
..
__mocks__ Test: add app-util test setup (#2326) 2022-02-23 09:48:05 +05:30
assets [Feature]: Added Localisation (#3746) 2022-09-14 13:34:49 +05:30
config Chore: Docs to set custom nginx config on docker deploy (#3743) 2022-08-12 07:59:53 +05:30
ee/components [feature] Added pagination and filtering features to users page (#3921) 2022-09-16 10:42:53 +05:30
src [Feature] Now multiple users can login through RestAPI-Oauth 🚀 (#4052) 2022-09-19 20:27:37 +05:30
.dockerignore Setup docker-compose for local development 2021-04-29 15:29:25 +05:30
.eslintrc.js ci: fix lint stage (#3926) 2022-09-01 16:49:23 +05:30
.gitignore Initial commit for react app 2021-03-31 19:31:01 +05:30
babel.config.js refactor: remove @babel/plugin-proposal-class-properties (2nd PR after CLA problem) (#3959) 2022-09-05 22:41:03 +05:30
firebase.json Firebase deploy config 2021-04-16 10:47:42 +05:30
package-lock.json [Feature]: Added Localisation (#3746) 2022-09-14 13:34:49 +05:30
package.json [Feature]: Added Localisation (#3746) 2022-09-14 13:34:49 +05:30
webpack.config.js Revise docker setup (#3954) 2022-09-05 21:06:11 +05:30