---
title: "Introducing Bedrock - An Authentication Library for Deno"
url: https://daily.dev/posts/introducing-bedrock---an-authentication-library-for-deno-0dff3mn27
source_url: https://javascript.plainenglish.io/bedrock-an-authentication-library-for-deno-b950e90d90d?source=rss----4b3a1ed4f11c---4
type: article
source: "JavaScript in Plain English"
published: 2022-05-24T00:48:54.063Z
updated: 2024-01-27T02:18:47.919Z
tags: ["authentication", "deno", "general-programming", "oauth"]
reading_time: 6
upvotes: 12
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Introducing Bedrock - An Authentication Library for Deno

**[JavaScript in Plain English](https://daily.dev/sources/jsPlainEnglish)** · 6 min read · 12 upvotes · 0 comments

## Summary

Bedrock is a strategy-based authentication library built in TypeScript for developers to import easy-to-use middleware. Designed to be the bedrock of your user sign-in experience, it boasts a suite of OAuth providers and a local authentication strategy that provides MFA through SMS text message, email, and TOTP apps.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://javascript.plainenglish.io/bedrock-an-authentication-library-for-deno-b950e90d90d?source=rss----4b3a1ed4f11c---4>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#authentication](https://daily.dev/tags/authentication), [#deno](https://daily.dev/tags/deno), [#general-programming](https://daily.dev/tags/general-programming), [#oauth](https://daily.dev/tags/oauth)

[View this post on daily.dev](https://daily.dev/posts/introducing-bedrock---an-authentication-library-for-deno-0dff3mn27)
