-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Native Auth example in docs #44
Comments
@MatthewLoffredo I am also working on implementing native auth at the moment. I'll be glad to share my notes here as I work out the implementation through trial and error. If you want to do the same, then perhaps we could help each other out and come up with an example for the docs in the process. |
Native Authentication: https://developer.nylas.com/docs/the-basics/authentication/native-authentication/ sorry guys, I don't have much time to write the example for each method, but all methods' comment has a link to their specific API document. |
Thanks @lanlin for the info. @axis80 I would be glad to do that as well. I've already started to attempt implementing things and have come across several pain points, especially in regards to Virtual Calendars (https://developer.nylas.com/docs/connectivity/calendar/virtual-calendar/). I had to fork the repo and add some tweaks to the validation to get them to work. I'm going to add some separate issues for the things I came across, but can continue to update here on things related to Native Auth. |
I'm implementing this on a web app with it's own auth system that will be connected to nylas, and I think it would be helpful to include a native auth example (including the detectProvider function) in the docs.
The text was updated successfully, but these errors were encountered: