douzuanze0486 2012-03-06 21:52
浏览 53

CodeIgniter:FileMaker的Auth库或自定义

I have a site with the following requirements:

• register into MySQL, send activation email to user

• once activation email clicked, record activated and moved into FileMaker

From then on, login, password resets and updating details will be done directly on the filemaker database

There is already a FileMaker PHP API but my question is about authentication. There is obviously no out-of-the-box Auth library that will do exactly as above so I can either write my own or try and hack an existing library, such as TankAuth or IonAuth,

I haven't used either of those existing libraries before so I'm unsure of how much I'll need to hack without getting into it. Has anyone been down this road before?

  • 写回答

1条回答 默认 最新

  • dshnx48866 2012-03-06 23:10
    关注

    I haven't done anything with FileMaker, but I recently had a similar project where I had a db update after activation (via email).

    I used IonAuth which supports the activation email out of the box and you can simply add the extra functionality to the controller method you are using as the activation point. Presumably you can use the FileMaker API if the activation is successful and the rest is out of CodeIgniter's hands? Or did you require the auth package to be able to directly deal with FileMaker?

    评论

报告相同问题?

悬赏问题

  • ¥30 seata使用出现报错,其他服务找不到seata
  • ¥35 引用csv数据文件(4列1800行),通过高斯-赛德尔法拟合曲线,在选取(每五十点取1点)数据,求该数据点的曲率中心。
  • ¥20 程序只发送0X01,串口助手显示不正确,配置看了没有问题115200-8-1-no,如何解决?
  • ¥15 Google speech command 数据集获取
  • ¥15 vue3+element-plus页面崩溃
  • ¥15 像这种代码要怎么跑起来?
  • ¥15 安卓C读取/dev/fastpipe屏幕像素数据
  • ¥15 pyqt5tools安装失败
  • ¥15 mmdetection
  • ¥15 nginx代理报502的错误