Hello, I have some questions about the canvas LMS service. Can you help me?
I want to use this api to build an open source third-party application, which allows students to access their accounts, courses and other information with their own access token.
I found that when using the api of this repo, I can only get the students' own token and keep them properly. Although there is no need for Oauth process, it is only suitable for personal scripts, automated tasks, etc. I want to try to use OAuth2 to achieve multi-user services.
If I want to realize the Oauth2 process, what keys or necessary token or authorizations are needed? Can you give me some advice?
Thank you very much!