basic_auth_test:玩phoenixframework和basic_authentication

时间:2024-05-31 08:39:31
【文件属性】:

文件名称:basic_auth_test:玩phoenixframework和basic_authentication

文件大小:64KB

文件格式:ZIP

更新时间:2024-05-31 08:39:31

JavaScript

FooApi 要启动您的Phoenix应用程序: 使用mix deps.get安装依赖mix deps.get 使用mix ecto.create && mix ecto.migrate创建和迁移数据库 使用mix phoenix.server启动Phoenix端点 现在,您可以从浏览器访问 。 准备好投入生产了吗? 请。 学到更多 官方网站: : 指南: : 文件: : 邮件列表: : 资料来源: : 基本身份验证示例 确保to start your phoenix app下的步骤1和2已完成 然后运行insert_user.sql脚本,使用用户username: admin, password: password播种数据库。 如上所述运行凤凰 然后在浏览器中点击localhost:4000 / api / bars应该要求输入用户名passowrd。 管


【文件预览】:
basic_auth_test-master
----mix.exs(1KB)
----config()
--------prod.exs(2KB)
--------test.exs(542B)
--------config.exs(851B)
--------dev.exs(1KB)
----priv()
--------static()
--------repo()
----test()
--------models()
--------support()
--------controllers()
--------views()
--------test_helper.exs(150B)
----mix.lock(614B)
----LICENSE(1KB)
----insert_user.sql(782B)
----.gitignore(376B)
----web()
--------models()
--------router.ex(549B)
--------templates()
--------web.ex(1KB)
--------controllers()
--------views()
--------channels()
----lib()
--------foo_api.ex(966B)
--------foo_api()
----README.md(1KB)

网友评论