Support common oauth logins through configuration?
More companies are using corporate email as an account system. Eg: google, github, gitlab, ms, aliyun, tencent, dingding,.......
Sounds like a good idea, any suggestion?
https://github.com/justauth/JustAuth
similar?
There are 2 aspects:
- login with all kinds of providers
- implement UserService for all kinds of providers
@nobodyiam This process can be simplified by using components like JustAuth, for which only one userservice needs to be implemented.
E.g: Spring Boot 快速集成第三方登录功能.
I am not familiar with the world of java, maybe you have better suggestions.
I think with JustAuth, login is easy with all kinds of providers. But I don't see how we could implement UserService for all kinds of providers, e.g. search users
excuse me, is this enhancement/feature request will be implemented in the future?
There are 2 aspects:
- login with all kinds of providers
- implement UserService for all kinds of providers
@GeorgioWan I think this proposal is still valid as long as the above 2 points could be met.