mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
* Added Babel Pollyfill to the next-auth client and rollup config. * Client longer relies on ES6 features and so works in Internet Explorer (support for which had been dropped was was conflicting with newerver version of webpack when building isomorphic libraries). * Example client now has slightly better example of how to handle the callback screen for browsers that don’t have JavaScript enabled.