This website requires JavaScript.
Explore
Help
Sign in
atomaka
/
budget
Watch
1
Star
0
Fork
You've already forked budget
0
Code
Issues
1
Pull requests
Activity
Actions
bfc017153f
budget
/
app
/
models
/
guest_user.rb
6 lines
74 B
Ruby
Raw
Normal View
History
Unescape
Escape
Check authentication on each request (#26) Reviewed-on: https://git.atomaka.com/atomaka/budget/pulls/26
2024-08-16 19:59:29 -04:00
class
GuestUser
def
registered?
=
false
Require authentication for most endpoints (#29) Reviewed-on: https://git.atomaka.com/atomaka/budget/pulls/29
2024-09-08 21:07:51 -04:00
def
unregistered?
=
true
Check authentication on each request (#26) Reviewed-on: https://git.atomaka.com/atomaka/budget/pulls/26
2024-08-16 19:59:29 -04:00
end
Reference in a new issue
Copy permalink