4 Replies
We should support effectively any oauth with the generic oauth strategy. However, we haven't explicitly tested apple, I'm not sure on Google. I'll let @jart provide the final word on that front.
In some cases, we're having to add some extra stuff to support a
nonce
field. https://discord.com/channels/711271361523351632/1075186300241575936so assent (the library we use under the hood) supports both. we haven't added strategies for them yet because I'm basically just prioritising client needs and then what anyone here asks me for
(but you can use the oauth and at worst case custom strategy to do it yourself)
yup