Skip to content

Instantly share code, notes, and snippets.

View dbradley's full-sized avatar

Deacon Bradley dbradley

View GitHub Profile
@amfeng
amfeng / callback.erb
Last active August 8, 2022 19:33
Stripe OAuth Example -- Ruby
<!doctype html>
<head>
<title>Stripe OAuth Example</title>
</head>
<body>
<%= @access_token %>
</body>
</html>