Replies: 3 comments
-
I don't think there is anything similar in Rodauth currently, but it is unlikely to be a difficult feature to add. I wouldn't currently be in favor of shipping such a feature in Rodauth (RSS/Atom feed support is no longer popular, and private RSS/Atom feed support seems quite niche). However, I could reconsider depending on community support. |
Beta Was this translation helpful? Give feedback.
-
Regarding RSS/Atom feeds, I agree. Here is another argument that might help you reconsider :-) My use case involves iCalendar support in an application: A user should be able to add time-related events as a subscription to their calendar. The subscription would be a URL to an ICS file, which needs to be secured by a token. By the way, thanks for this great project! After years of using Devise (and even earlier Authlogic) I am currently evaluating Rodauth for future projects. |
Beta Was this translation helpful? Give feedback.
-
Please correct me if I'm wrong, but this sounds pretty similar to what I described in #325? I at least had a similar use case in mind. I haven't had much time to work on it, but there's a rough first version at https://github.com/muellerj/rodauth-pat. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In Authlogic, there is a concept of "single access token", useful for feeds:
https://www.rubydoc.info/gems/authlogic/1.3.2#label-Single+access+token
Is there something similar in Rodauth?
Beta Was this translation helpful? Give feedback.
All reactions