RxSocialLogin
RxSocialLogin copied to clipboard
Subclass an existing provider to extend it or create a new provider
What's the procedure to register a new provider for instance custom JWT token authentication to own API server?
I don't understand your question.
- Which services provide custom JWT token authentication?
- Basically, RxSocialLogin and each providers doesn't support existing provider. You can write new providers with copy-pasting by MR
My question was guide to write new providers? Without forking the project that is, by using the library as it is :).
@gnud No. Until now, forking the project is only way to write new providers.