ColdFusion (2025)’s CFOAUTH Tag

Back in May of last year, I wrote up a blog post on ColdFusion’s oauth tag. This was based on a feature from way back in ColdFusion 11 that I thought I’d take a look at to see if it was useful. I’m not going to repeat the entire previous blog post, but in general… it was almost something I’d recommend. The tag did a good job of handling creating the right oauth link for you. So you could (after setting stuff up with your provider of course) drop the tag on a page, and when the user hit it, they would be prompted to login with the third party provider. When returned, the tag would handle getting the access token and such and giving you a nice little structure of data... more →
Posted in: JavaScript